This commit is contained in:
2023-04-26 14:28:47 +02:00
parent f1c5c1da2f
commit 8272c0cc56
11 changed files with 56 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
{
"id": "6115073f-913a-4afd-adfa-879dd4faf94d",
"prefix": "dump",
"description": "make a full instance dump",
"body": "EXEC [HCITools].dbo.[bkp_Dump] @in_Recovery_Model = 'FULL,SIMPLE';"
}