I have a database by name database1 and it contain a table by name of employee In employee table have many fields like employee, name, salary etc etc.
by mistake i am change salary value 0 for all employee.
I am restore database from backup by name database2
Now i need assistance to update my current database which is database1
I want to put the value of Salary column in table employee from database2 to my current database which is database1 in same employee table salary column.
common in both employee table, it contain employee column which is common.
sql 2005 server using
need urgent help