Viewing 4 posts - 1 through 4 (of 4 total)
Here are the steps I have followed:
1.Took a full back up of an existing database (abc.bak)
2.Executed your script, but using entirely new database name thinking that it will create a...
October 3, 2013 at 4:58 am
I have created the stored procedure in Master, then ran the following command:
exec sp_restoredb N'mydatabase', N'D:\mydatabase.bak'
October 1, 2013 at 7:13 am
I get the following error when trying to run the restore command:
Msg 213, Level 16, State 7, Line 1
Column name or number of supplied values does not match table definition.
Msg...
September 30, 2013 at 5:03 pm
Ten Centuries: Thanks a bunch. Your hard work helped (and saved) me.
February 3, 2012 at 3:09 pm
Viewing 4 posts - 1 through 4 (of 4 total)