标签:ddt 参数 com datetime proc drop cts time 注册
--公司注册 if exists(select * from Sysobjects where name=‘usp_CompanyRegister‘) drop procedure usp_CompanyRegister; go create procedure usp_CompanyRegister( --参数 @Id UNIQUEIDENTIFIER,--该数据的唯一Id @AddTime DATETIME ) as go
标签:ddt 参数 com datetime proc drop cts time 注册
原文地址:https://www.cnblogs.com/bihuijia/p/14934553.html