摘要: 1 --查询存储过程代码 2 Ctrl+F1 sp_helptext 3 4 5 --查询倒序100行 6 Ctrl+3 sp_executesql N'DECLARE @tempsql nvarchar(1024); declare @temp NVARCHAR(20);set @tempsql 阅读全文
posted @ 2020-03-11 16:09 未风 阅读(522) 评论(0) 推荐(0)