Skip to content

Contains scripts, stored procedures and functions for MS SQL Server

Notifications You must be signed in to change notification settings

ronymeyer/ms-sql-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

ms-sql-scripts

Contains scripts, stored procedures and functions for MS SQL Server

The folder cdc contaisn a script to create a stored procedure usp_CDC_Add_Missing_Columns.sql.

This sproc, called without parameters, e.g. exec usp_CDC_Add_Missing_Columns, adds any missing columns to CDC tables. It does so without copying all data from one CDC table to another and the triggers are always enabled, so there is no risk of not capturaing any changes.

About

Contains scripts, stored procedures and functions for MS SQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published