You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"version": "[13.0,)", //Applies to SQL Server 2016 and higher
28
-
//Another example: "[12.0,13.0)" reads as "any SQL Server version >= 12.0 and < 13.0"
28
+
/*Another example: "[12.0,13.0)" reads as "any SQL Server version >= 12.0 and < 13.0"*/
29
29
"platform": "/^(Windows|Linux)$/", //Applies to SQL Server on Windows and Linux
30
30
"engineEdition": "OnPremises, ManagedInstance", //Applies to SQL on Premises and Azure SQL Managed Instance. Here you can also filter specific editions of SQL Server
31
31
"name": { "not": "/^(master|tempdb|model)$/" } //Applies to any database excluding master, tempdb, and msdb
0 commit comments