|
|
Browse by Tags
All Tags » SQL Server » Microsoft Connect
-
I recently got accepted onto the SQL Server Data Services (SSDS) beta program and have been getting to grips with the how, what and why of the service. For those that don't know SSDS is a cloud computing platform from Microsoft that allows us to store data in the cloud rather than host it on our own database servers. The data is ...
-
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 ...
|
|
|