Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New Feature in SQL Server 2012
Message
From
06/10/2013 17:29:35
 
 
To
06/10/2013 14:40:32
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Microsoft SQL Server
Category:
Database management
Environment versions
SQL Server:
SQL Server 2008
Application:
Desktop
Miscellaneous
Thread ID:
01584836
Message ID:
01584854
Views:
56
A bit too late IMO, I wish we had this in SQL2000. We have rolled our own SP for doing that.

Yes, it definitely would have been great back in 2000 or even 2005. So many developers wound up writing their own solution with a one-row, one-column control table, or variations of that.

Several enhancements in 2012 would have been even better back in 2005. Another example: in 2012 they added an OFFSET/FETCH after an ORDER BY to supporting paging. Last time I saw an execution plan, it was no faster than using ROW_NUMBER with a subquery or CTE (the common method in 2005), but now there's no need for a subquery.

IMO, the single biggest enhancement in SQL 2012 is the columnstore index and the biggest enhancement in 2014 is making the C/S index clustered and read/write.
Previous
Reply
Map
View

Click here to load this message in the networking platform