1 parent 93be857 commit e365481Copy full SHA for e365481
1 file changed
sp_AllNightLog.sql
@@ -238,7 +238,7 @@ IF (@PollDiskForNewDatabases = 1 OR @Restore = 1) AND OBJECT_ID('msdb.dbo.restor
238
239
END /* IF CHARINDEX('**', @restore_path_base) <> 0 */
240
241
- SELECT @restore_move_files = CONVERT(NVARCHAR(512), configuration_setting)
+ SELECT @restore_move_files = CONVERT(BIT, configuration_setting)
242
FROM msdb.dbo.restore_configuration c
243
WHERE configuration_name = N'move files';
244
0 commit comments