initial population of repo

This commit is contained in:
Thierry Schork
2022-12-30 10:37:11 +01:00
parent 969dc57be1
commit 5d7658d85f
72 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"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;"
}