Posts Tagged with Database development

Steve Jones

23 November 2018

17 Comments

Steve Jones

23 November 2018

17 Comments

Database Development in Visual Studio using SQL Change Automation: Getting Started

Steve Jones shows how to set up a SQL Change Automation (SCA) project in Visual Studio, and import an existing database. As the team make database changes, either in SSMS or VS, they import them into the SCA project, which saves each change as a migration script that is then committed to source control. Read more