Community

SQL Server: Move Data to a Different Table using OUTPUT clause

(Madhivanan) Suppose you want to move some data from one table to another table and then delete the data from source table. In versions prior to SQL Server 2005, this is done in two steps.

Read More - Register for Free Membership