We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583f065 commit b7e3275Copy full SHA for b7e3275
sp_ineachdb.sql
@@ -30,7 +30,7 @@ ALTER PROCEDURE [dbo].[sp_ineachdb]
30
@VersionDate datetime = NULL OUTPUT,
31
@VersionCheckMode bit = 0,
32
@is_ag_writeable_copy bit = 0,
33
- @is_query_store_on bit = 0
+ @is_query_store_on bit = NULL
34
-- WITH EXECUTE AS OWNER – maybe not a great idea, depending on the security of your system
35
AS
36
BEGIN
0 commit comments