Forum Discussion

COG_1's avatar
COG_1
Copper Contributor
Oct 10, 2023

SQL Server Database Project (Visual Studio 2015) - capturing Delta on each build

I have a SQL Server Database Project in VS 2015 (targeting SQL Server 2014) - is there a way to get the Create Script file to give me the delta on each build  - for example if I made a change to a Table or other object like a Stored Procedure, I only want the ALTER DDL to be appended to the end of the Create Script file?

Resources