6 lines
243 B
JSON
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;"
|
|
} |