if a database object is source controlled is it necessary to also note changes in the tombstone?

Posted by jcollum on Stack Overflow See other posts from Stack Overflow or by jcollum
Published on 2010-02-21T22:59:20Z Indexed on 2010/04/02 3:13 UTC
Read the original article Hit count: 346

If I have a procedure definition that has been stored in source control, is it necessary or helpful to keep the 'tombstone' up to date as well?

Here's what I mean by a 'tombstone':

CREATE proc [dbo].[getCreditTransactions]      
AS   
/*
2001-02-12 jdoe : created proc
2003-04-15 kdoe : added handling for credit business rules 
*/
etc... 

© Stack Overflow or respective owner

Related posts about database

Related posts about stored-procedures