Files
sql-snippets/xa-10f68dd3-2117-403d-991a-1818c5e54098.json
2023-01-06 13:15:41 +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"
}