Posts Tagged ‘DDL Trigger’

DDL Trigger to keep database change history

This trigger will act like version control on your database, After each release you have to set a Release Label, before release you can query by Release Label and date descending to populate all the changes done /****** Object: Table [dbo].[dbChangeLog] Script Date: 06/16/2010 17:32:50 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET [...]

Continue reading »

Follow

Get every new post delivered to your Inbox.