TSQL Output Clause Class
Using the TSQL Output Clause The SQL Server Output Clause is a powerful feature for retrieving data from INSERT, UPDATE, or DELETE statements. This class will show you how to leverage the Output Clause for auditing, tracking changes, and creating an undo mechanism. An often overlooked feature, it can significantly enhance your ability to write effective queries. Watch Steve Stedman’s …