Could somebody please name a few. I could given time, but this is for somebody else, and I'd also like some community input.
|
|
|||
|
|
|
Some differences:
I have now these ones in mind. There are a lot of other small nice stuff, but I cannot name more. |
||
|
|
|
The PIVOT/UNPIVOT operators have been a big win for me. PIVOT rotates row-based output into columns, which is a huge help in a lot of our reporting needs. We had to roll our own functions for PIVOT prior to SQL 2005. |
||
|
|
|
|
Something very important is the TRY CATCH statement - SQL2005 supports such statement while SQL2000 does not. sample:
|
|||
|
|
|
|
The Data Type varchar(MAX)
|
||
|
|
|
|
Snapshot Isolation Also known as readers don't block writers. |
||
|
|
|
|
Two things make it much better for me: 1 - Great XML support. 2 - Partitioned Tables. No more multiple-tables and views - just define your partition schema and you can easily manage HUGE tables with far improved performance. |
||
|
|
|
|
Schemas - Okay, 2000 has owners, but they can be a real pain to get permissions right on. |
||
|
|
|
|
Also, Common Table Expressions and exception management in TSQL. Very useful. |
||
|
|
|
|
SQL Express has larger database capacity than the previous MSDE product (4Gb vs 2Gb), so it's great as Slavo said for testing and small apps. SQL Server 2005 is updated via Microsoft Update, which is good or bad depending on your point of view. |
||
|
|
|
|
It depends if you're talking about just the DB engine or the product as a whole. SQL Server 2000 didn't have anything like Analysis services and Reporting services. As for the DB engine - if you use it for a simple application, I don't think you should bother. Also, I think the SQL Express edition introduced in 2005 became valuable for one-man-show companies and investigation/testing small projects |
||
|
|
|
Better clustering/replication facilities |
||
|
|
|
|
CLR stored procedure support |
||
|
|
