SQL Server Developer Center >
SQL Server Forums
>
Getting started with SQL Server
>
Parallel installations of SQLServer 2005 and 2008
Parallel installations of SQLServer 2005 and 2008
- Is there any problem with SQL Server 2008 on a development machine while our production database and 175 clients are running SQL Server 2005?
I believe that 2008's management tools are backward compatible but, I'd really like to look at 2008 on my development machine for a few months before deciding whether or not to upgrade everyone.
Answers
- Steve,
I experienced occasional interference due to the dual installation, nothing biggy though.
Here is a related thread:
Can SQL Server 2008 and SQL Server 2005 coexist on the same machine?
I love SQL Server 2008!
Kalman Toth, SQL Server & BI Training, SSAS, SSIS, SSRS; http://www.SQLUSA.com- Proposed As Answer byChunSong Feng -MSFTMSFT, ModeratorThursday, November 05, 2009 9:54 AM
- Marked As Answer bySteve Frase Thursday, November 05, 2009 5:07 PM
All Replies
- No Problem. I use SQL 2008 developer edition to connect and work with my SQL 2005 production databases.
Just to let you know some of the features that are available in 2008 like intellisense will not work when you connect to SQL 2005. - I believe what you need to pay attention is the Database Engine features that are no longer available in SQL Server 2008 if you are using them in SQL 2005. For example, BACKUP TRANSACTION is replaced with BACKUP LOG. For a complete list of Discontinued Database Engine Functionality in SQL Server 2008: http://msdn.microsoft.com/en-us/library/ms144262.aspx.
And, we suggest you to upgrade to use SQL 2008 as there are many great features like Data Compression, Policy-Based Management, Resource Governor, Transparent Data Encryption, Data Auditing...
Hope it helps.
Dannol
Mark as Answer if it helps. This posting is provided "AS IS" with no warranties, confers no rights.- Proposed As Answer byChunSong Feng -MSFTMSFT, ModeratorThursday, November 05, 2009 9:55 AM
- Thanks to you both. The one feature that I have gotten mixed information about is, SQL Notifications via Servers Broker. Is this supported in 2008?
- Steve,
I experienced occasional interference due to the dual installation, nothing biggy though.
Here is a related thread:
Can SQL Server 2008 and SQL Server 2005 coexist on the same machine?
I love SQL Server 2008!
Kalman Toth, SQL Server & BI Training, SSAS, SSIS, SSRS; http://www.SQLUSA.com- Proposed As Answer byChunSong Feng -MSFTMSFT, ModeratorThursday, November 05, 2009 9:54 AM
- Marked As Answer bySteve Frase Thursday, November 05, 2009 5:07 PM


