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
--Description: SQLUnderCoverInspectorReport - Report and email from Central logging tables.
12823
12823
*********************************************/
12824
12824
@@ -12844,7 +12844,7 @@ OR @ModuleDesc IS NULL
12844
12844
BEGIN
12845
12845
12846
12846
--Check if a database filename resync is required following installation of V1.4 or manually triggered via the setting
12847
-
DECLARE @DatabaseFilenameSync BIT = (SELECT TRY_CONVERT(BIT,ISNULL(NULLIF([Value],''''),1)) FROM [Inspector].[Settings] WHERE [Description] = ''InspectorUpgradeFilenameSync'')
12847
+
DECLARE @DatabaseFilenameSync BIT = (SELECT TRY_CONVERT(BIT,ISNULL(NULLIF([Value],''''),0)) FROM [Inspector].[Settings] WHERE [Description] = ''InspectorUpgradeFilenameSync'')
0 commit comments