All Tags »
sql »
teched »
adssug
Sorry, but there are no more tags available to filter with.
-
The OUTPUT clause has to be one of the best T-SQL features out there. It was new in SQL Server 2005, but it's still remarkably little known. I guess like many of the features that were introduced in SQL 2005, many people just make do with the way they did things before.
The basic point of the OUTPUT clause is to turn a data modification ...