News

When your SQL query is ready, you can run the query immediately or you can add a title, change its options, limit its output, and so on, to make the report look better. See Viewing the SQL Code, ...
Let there be a table Table1 in SQL Server with an AFTER INSERT trigger. The produced SQL is: exec sp_executesql N'SET NOCOUNT OFF; INSERT INTO [Table1] ( [Column1]) OUTPUT INSERTED.