Files
sql-snippets/wacd-f07d5721-90d8-4dfe-832f-2753f51b23bf.json
2023-01-06 13:15:41 +01:00

6 lines
243 B
JSON

{
"id": "f07d5721-90d8-4dfe-832f-2753f51b23bf",
"prefix": "wacd",
"description": "drop master.dbo.sp_whoisactive",
"body": "use master\r\nIF OBJECT_ID('master.dbo.sp_whoisactive') IS NOT NULL \r\n\tDROP PROCEDURE dbo.sp_whoisactive;"
}