I'm looking for the single biggest reason you are glad that you've already made the jump from SQL2000 to SQL2005.
|
1
|
|||||||||||
|
|
|
PIVOT. That beautiful little statement has saved me more time then any other SQL Server 2005 enhancement. |
||
|
|
|
|
Dynamic Management Views for Optimisation and to quickly find out the state of the server. |
||
|
|
|
|
Exception handling... how did we ever manage on SQL 2000...? |
||
|
|
|
|
Take a look at these three tools that are included with SQL Server 2005. If i had to pick one as the single biggest reason to move to 2005, it would be SSRS. At this point, I would suggest looking at SQL Server 2008. |
||
|
|
|
|
YOU CAN'T EXPORT TABLES with a "right click" anymore. This is more of a problem than a good reason. |
||
|
|
|
|
Common Table Expressions have proven incredibly useful. |
|||
|
|
|
|
I don't know if it's just me, but Linq2SQL doesn't exactly work perfectly with SQL 2000. Ordinarily its supposed to automatically generate and populate child collections based on inferences from your schema's keys, foreign keys, RI, etc. Works fine in 2005 but i haven't had much luck in 2000. |
||
|
|
|
|
I think the single biggest reason is that SQL 2000 is not supported on Vista. I had to move to SQL 2005 because of that. |
||
|
|
|
|
Row Versioning-Based Transaction Isolation |
||
|
|
|
|
CLR integration |
||
|
|
|
|
Pagination without (manually) creating temporary tables is a basic, but huge improvement. However, if you are then going to drag & drop some GridViews in your ASP.NET app directly from the data table, you'd be paging in the app... |
||
|
|
|
|
Because:
|
||
|
|
|
|
|
||
|
|
|
|
SSIS support. Blows DTS away and is quite handy. :) |
||
|
|
|
Native XML support is big for us here. |
||
|
|
