(轉)SQL Server刪除全部用戶自定義存儲過程

declare @procName varchar(500) declare cur cursor for select [name] from sys.objects where type = 'p' open cur fetch next from cur into @procName while @@fetch_status =
相關文章
相關標籤/搜索