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".

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

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

link|improve this answer
feedback

If the database has been added to a Visual Studio 2008 solution you should see it via a right-click as "Publish To Provider"

link|improve this answer
oh god, you saved me lot of time! thx – jumbo Jul 27 '11 at 20:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.