开发者

What version control tool can generate this header

开发者 https://www.devze.com 2022-12-22 20:52 出处:网络
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 ******/

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:                  <Auth开发者_Go百科or,,Name>
-- Create date: <Create Date,,>
-- Description:  <Description,,>
-- =============================================


SQL Server management studio. This is part of one of the standard templates (looks like the Create Procedure template) - it has nothing to do with source control.

See the How to article on templates in SSMS on MSDN.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号