Back in June I talked about some T-SQL enhancements that are coming our way in SQL Server 2008. One of those things is the ability to define multiple rows in an INSERT statement like so: insert t1 values (@i),(@i+1); Very cool stuff. Some people seem
Read More...