I’m investigating the possibility of upgrading our SQL Server from SQL Server 2000 to either 2005 or 2008. There’s a lot of concern over whether or not 2008 is really ready for us to use because the database is so critical to our product. What are the compelling reasons to use 2008 over 2005? Have you had good or bad experiences with 2008? I’m particurally interested in query performance, new features for our queries, and stability.
I’m investigating the possibility of upgrading our SQL Server from SQL Server 2000 to
Share
One good reason–Backup Compression in SQL 2008. SQL 2008 has 3 options for backups:
In SQL 2008 there are 3 options while backing up databases, these are:
compression setting is on/off – use
this setting)
during backup)
SQL 2008 backup with compression is generally faster than SQL 2005 backup without compression (less file i/o with a compressed file)
Edit: We’ve been using SQL 2008 for a while now and have had no problems. In fact, working with the new features in SQL Management Studio (such as intellisense) have made some tasks easier.