Files
sql-snippets/xa-10f68dd3-2117-403d-991a-1818c5e54098.json
2022-12-30 10:37:11 +01:00

6 lines
175 B
JSON

{
"id": "10f68dd3-2117-403d-991a-1818c5e54098",
"prefix": "xa",
"description": "xact_abbort and nocount options",
"body": "SET XACT_ABORT ON;\r\nSET NOCOUNT ON;\r\n"
}