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
AND NOT (@is_query_store_on =1ANDd.database_id=3) OR (@is_query_store_on =0ANDd.database_id=3) -- Excluding the model database which shows QS enabled in SQL2022+
252
+
)
253
+
);
254
+
END
255
+
238
256
-- if a user access is specified, remove any that are NOT in that state
239
257
IF @user_access IN (N'SINGLE_USER', N'MULTI_USER', N'RESTRICTED_USER')
0 commit comments