|
|
Browse by Tags
All Tags » SQL Server » sqL server 2008 » Microsoft Connect
-
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 to be naming this feature 'row constructors'. Well Greg Duncan has been ...
|
|
|