![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have Visual Studio 2005 Professional, SQL Server 2005 Express, SQL Server Management Studio 2005, and Visual Studio 2008 Professional installed on my Windows XP SP3. When I try to install SQL Server 2008 Express with Microsoft Web Platform Installer, I'm getting the following error message: "SQL Server 2008 Express with Tools is incompatible with Microsoft SQL Server Express 2005" How do I get around this problem? Is it not possible to have both SQL Server 2005 Express and SQL Server 2008 Express installed at the same time? |
|
I have a SQL Server 2005 Express database that I want to keep. |
|
will SQL Server 2008 Express work with my Visual Studio 2005 Pro.? |
#3
| |||
| |||
|
|
Mark (mkhueb (AT) gmail (DOT) com) writes: I have Visual Studio 2005 Professional, SQL Server 2005 Express, SQL Server Management Studio 2005, and Visual Studio 2008 Professional installed on my Windows XP SP3. When I try to install SQL Server 2008 Express with Microsoft Web Platform Installer, I'm getting the following error message: "SQL Server 2008 Express with Tools is incompatible with Microsoft SQL Server Express 2005" How do I get around this problem? Is it not possible to have both SQL Server 2005 Express and SQL Server 2008 Express installed at the same time? It's certainly possible to have two instances of Express Edition installed in parallel, even if of different versions. Although only of the instances can be called SQLEXPRESS, of course. I don't know what the web installer does, but go to downloads.microsoft.com and search for other downloads of Express. They may not have Service Pack1 included, so you may need to install that separately. I have a SQL Server 2005 Express database that I want to keep. Well, if you uninstall the database will still be there, and you can attach it to SQL 2008. But you should not do it, if you want the database to in SQL 2005 format. will SQL Server 2008 Express work with my Visual Studio 2005 Pro.? Well, SQL Server does not bother about VS as such, but whether VS 2005 can cope with SQL 2008, I don't know. But I would not really expect it. (But I am not really the right person to ask about Visual Studio. I try to avoid it as much as I can.) -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx |
![]() |
| Thread Tools | |
| Display Modes | |
| |