Synchronize databases
When you want to synchronize master data between SQL databases in different environments, you can easily generate a script for this with SSMS 2017. Just select the database, right mouse click and choose: Tasks => Generate script => Set scripting options => Advanced Scripting options: and change a setting from Types of data to "Schema AND data". A T-SQL script will be generated with both the table structure and the INSERT INTO statements.
When you want to synchronize master data between SQL databases in different environments, you can easily generate a script for this with SSMS 2017. Just select the database, right mouse click and choose: Tasks => Generate script => Set scripting options => Advanced Scripting options: and change a setting from Types of data to "Schema AND data". A T-SQL script will be generated with both the table structure and the INSERT INTO statements.
Reacties
Een reactie posten