Skip to content

Commit 8332654

Browse files
authored
Merge pull request #3675 from bwiggin10/patch-1
sp_ineachdb - Change @is_query_store_on Default Value to NULL
2 parents 583f065 + b7e3275 commit 8332654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_ineachdb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ALTER PROCEDURE [dbo].[sp_ineachdb]
3030
@VersionDate datetime = NULL OUTPUT,
3131
@VersionCheckMode bit = 0,
3232
@is_ag_writeable_copy bit = 0,
33-
@is_query_store_on bit = 0
33+
@is_query_store_on bit = NULL
3434
-- WITH EXECUTE AS OWNER – maybe not a great idea, depending on the security of your system
3535
AS
3636
BEGIN

0 commit comments

Comments
 (0)