SQL Change Automation --> Setting up a project with an existing database in SSMS
作者:互联网
In this scenario, we’ll set up a new SQL Change Automation project for an existing database. Specifically, we’ll:
- Set up an example database, AdventureWorks
- Create a new SQL Change Automation project within SQL Server Management Studio (SSMS)
- Set up a new development database
- Baseline the development database from AdventureWorks
- Make changes to the development database, and generate migrations for the SQL Change Automation project
Setting up AdventureWorks
Create an AdventureWorks database matching your version of SQL Server.
标签:database,up,SSMS,Automation,SQL,AdventureWorks,Change 来源: https://www.cnblogs.com/chucklu/p/12746238.html