Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
If I work on Sql Server 2016 in testing mode and I make changes to the design of the databases, when I want to activate the changes in the production Sql server, how do I do it without losing the data?

I do not want to make the changes one-on-one again, because it is imprecise and takes a long time.

What I have tried:

in al sites, ites, ites
, ites, ites
, ites, ites
Posted
Updated 4-Oct-17 11:55am
v2

1 solution

You can use something like SQL Compare from RedGate or VIsual Studio has database comparison tools. Both can apply the updates or drop a script that you can use at a convenient time.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900