Activity overview
Latest activity by CWInfrastructure
Thanks to the following I've resolved it : https://forum.red-gate.com/discussion/2824/using-variables-with-restore-command The correct syntax is : SET @TSQLArgs = '-SQL "RESTORE LOG [workdb] FROM DISK = ''' + @LogFileToRestore + ''' WITH RECOVERY"'; / comments
Thanks to the following I've resolved it :https://forum.red-gate.com/discussion/2824/using-variables-with-restore-commandThe correct syntax is :SET @TSQLArgs = '-SQL "RESTORE LOG [workdb] FROM DISK...