Can we update the primary key of a table using a trigger in sql server 2005.
I want to update the primary key of another table if it is changed in the first table,
so i want to use the old value in the table to update its new value.Hence, kindly provide me that solution.