Viewing 3 posts - 1 through 3 (of 3 total)
It will restore on existing database only.
October 3, 2013 at 10:18 pm
#1655737
If you are executing
exec sp_restoredb N'mydatabase', N'D:\mydatabase.bak'
it means database on which you want to do restore is mydatabase with mdf,ldf and one or more ndf files and backup...
October 2, 2013 at 10:04 pm
#1655379
What query have you executed?
October 1, 2013 at 2:40 am
#1654808