SQL Server Version 10 Not Supported Error

Does anyone know where I can find the SQL Database Publishing Wizard for SQL Server 2008? When I try to run version 1.1, it says that SQL version 10 is not supported. I found an article that says Visual Studio 2008 has a SQL Database Publishing Wizard for SQL Server 2008, but I have no idea where to find this.

We use the SQL Database Publishing Wizard from the command line to copy the state of the database.

--- Answer ----

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

+3
source share
2 answers

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

+3

​​ Visual Studio 2008, , " "

+1

Source: https://habr.com/ru/post/1702647/


All Articles