Viewing 7 posts - 1 through 7 (of 7 total)
This is the result of running that SQL:
(2 row(s) affected)
Restoring from file:
--======
Msg 3044, Level 16, State 2, Line 7
Invalid zero-length device name. Reissue the BACKUP statement with a valid...
April 14, 2008 at 6:55 pm
Sorry to be a pain, I'm now getting this error:
Msg 3044, Level 16, State 2, Line 4
Invalid zero-length device name. Reissue the BACKUP statement with a valid device name.
Msg 3013,...
April 14, 2008 at 1:50 pm
I am not as experienced as perhaps a majority of users on here so I well definitly need some hand holding on this.
Is this how the syntax is supposed to...
April 14, 2008 at 11:05 am
I do thank you very much for your assistance with this one but alas this does not work for me.
It does not allow me the flexibility of the actual .bak...
April 10, 2008 at 7:25 am
So by your reply I gather this is still an open topic?
April 4, 2008 at 7:30 am
So this is the exact syntax I'm using:
declare @file Nvarchar(max)
set @file = N'D:\BKUP\Demo\Demo_backup_200804022315.bak'
RESTORE DATABASE [Demo] FROM DISK = @file
WITH ...
April 3, 2008 at 6:33 am
Thank you very much for this however this script looks like it will only restore from a specified filename.
The filename of the .bak in my case is being created daily...
April 1, 2008 at 8:53 am
Viewing 7 posts - 1 through 7 (of 7 total)