mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Added a sample for how to disable checks
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"checks":[
|
||||
{
|
||||
"id": "SqlServer.Database.AutoCreateStats",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"select": ["TraceFlag"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user