What version control tool can generate this header
        Posted  
        
            by Stan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stan
        
        
        
        Published on 2010-03-11T19:32:06Z
        Indexed on 
            2010/03/11
            19:34 UTC
        
        
        Read the original article
        Hit count: 857
        
version-control
This is from a sql script. What tool can generate this? Thanks
--USE [MY_TABLE]
GO
/****** Object:  StoredProcedure [dbo].[adminIncExp]    Script Date: 03/05/2010 09:14:12 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author:                  <Author,,Name>
-- Create date: <Create Date,,>
-- Description:  <Description,,>
-- =============================================
© Stack Overflow or respective owner