2014年10月23日
摘要: create procedure [usp_my_procedure_name] as begin set nocount on; set lock_timeout 1500; declare @trancount int; set @trancount = @@trancount; begin try if @trancount = 0 ... 阅读全文
posted @ 2014-10-23 10:49 万剑齐发 阅读(326) 评论(0) 推荐(1)