Restoring a SQL Server Database from a Single Instance to a Cluster

I need to transfer the database from the test server of the instance of SQL Server to the production clustered environment. But SQL Server does not allow you to use backup / restore to do this from a single instance in a cluster. Here I am talking about the Microsoft CRM database.

Your help is greatly appreciated.

+3
source share
1 answer

See the Microsoft SQL Server Database Publishing Wizard :

SQL Server SQL Server SQL Server 2000, 2005 . SQL- script, ( , ) - script. , , -.

, SQL Server Visual Studio 2005 / Visual Web Developer 2005 .

; " script", , .

+1

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


All Articles