Closed rubaboo closed 2 years ago
Describe the bug Generated script has an extraneous 0 (zero) character after the full backup filename. No zero after a log backup filename.
0
To Reproduce Run sp_RestoreScript. Observe the command … FROM DISK = '…\filename.bak'0 WITH NORECOVERY…
… FROM DISK = '…\filename.bak'0 WITH NORECOVERY…
Additional context Latest version sp_RestoreScript 1.8
Thanks for raising this, I'll have a look into it.
Fixed in https://github.com/SQLUndercover/UndercoverToolbox/commit/d84f32a6984efe60cc0be77779c429743b64da0c. Thank you.
Describe the bug Generated script has an extraneous
0
(zero) character after the full backup filename. No zero after a log backup filename.To Reproduce Run sp_RestoreScript. Observe the command
… FROM DISK = '…\filename.bak'0 WITH NORECOVERY…
Additional context Latest version sp_RestoreScript 1.8