Search code examples
sqlsql-serverdatabasepublishingwizard

SQL server version 10 is not supported Error


Does anybody know where I can find the SQL Database Publishing Wizard for SQL Server 2008? When I try and run version 1.1 it says that SQL server version 10 is not supported. I found a MSDN article that states there is a SQL Database publishing Wizard for SQL Server 2008 in Visual studio 2008 but I have no idea where to find it.

We are using SQL Database publishing wizard from the command line to copy the state of a database.

---Answer----

It Turns out I needed to install SP3 for Sql server 2005 to fix the "SQL Server version 10 is not supported error".


Solution

  • It Turns out I needed to install SP3 for Sql server 2005 to fix the "SQL Server version 10 is not supported error".