摘要: ALTER proc [dbo].[SP_SQL](@ObjectName sysname) as set nocount on ; declare @Print nvarchar(max) @Print用nvarchar if exists(select 1 from syscomments wh 阅读全文
posted @ 2018-01-25 15:33 LuoCore 阅读(257) 评论(0) 推荐(0)