Update or insert issues in SQL Server?

It seems that when you created your emp_backup table, that you also created a table PK on the EMPNO table. This will prevent you from inserting the same emp record twice.

In order to collect all change you will need a history (or audit) table. Create a triger on your table that writes a record to including an activity-time field the history table with each change. Then select from the history table when activity-time field greater than last backup query.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions