Viewing 15 posts - 1 through 15 (of 80 total)
Just wanted to follow up to let you know that it worked fine... thanks for all the info/help.
August 11, 2014 at 8:58 am
Very cool, I will do this off hours just because i am paranoid. Let you know how it goes. Thanks for the help!
July 25, 2014 at 7:19 am
So this is what it should look like:
RESTORE DATABASE TEST FROM DISK = 'E:\<path>\FULL.BAK'
WITH
MOVE 'PROD' TO 'E:\<path>\TEST.MDF',
MOVE 'PROD_log' TO 'E:\<path>\TEST_log.LDF';
Sorry for asking a lot of questions, never created test DB's...
July 25, 2014 at 7:06 am
So it should look like this?
RESTORE DATABASE TEST FROM DISK = 'E:\<path>\FULL.BAK'
WITH REPLACE, RECOVERY,
MOVE 'PROD' TO 'E:\<path>\TEST.MDF',
MOVE 'PROD_log' TO 'E:\<path>\TEST_log.LDF';
Do i need the RECOVERY?
July 25, 2014 at 6:55 am
Also, do i use the logical name or physical name?
July 25, 2014 at 6:41 am
Perry Whittle (7/25/2014)
RESTORE DATABASE TEST FROM DISK = 'E:\<path>\FULL.BAK'
WITH REPLACE, RECOVERY,
MOVE 'PROD' TO 'E:\<path>\TEST.MDF';
You've only specified a move for the primary data file,...
July 25, 2014 at 6:29 am
Thanks for the reponses....
So the above is correct but due to someone signed in probably caused the errors.
I just want to make sure that this will create a new Test...
July 23, 2014 at 9:42 am
I would need to do it after hours but i can.
The errors where along the line of cannot move Prod because it is in use.
July 23, 2014 at 8:22 am
Thanks for taking the time to repond.
I was thinking along those lines too just wasn't sure if that was the best method. When I create the 'on the...
March 25, 2013 at 9:31 am
Sorry it took so long to reply... got pulled away for something else...
I tried with <> and like but it is throwing an error cannot compare string with boolean.......
April 26, 2012 at 6:40 am
OK made some progress but I am stuck...
The "Both" and "Printing" selection works from the drop down list on the report... the "Copy" selection is where I am stuck.
This...
April 25, 2012 at 6:57 am
Thanks for the reply... that was pretty clear.... I will play with it and let you know....
Thanks again!
April 24, 2012 at 7:51 am
So I have had some time to look over this and had a couple questions:
First let me give better info, the parameter name is @Type and the column name is...
April 24, 2012 at 6:55 am
Thanks for the reply... I will test tomorrow and give feedback.
April 23, 2012 at 1:45 pm
groovy...
I apologize I am still a bit of a NOOB with this... I was trying to read up on what you provided to understand what it is doing... but you...
February 1, 2012 at 9:32 am
Viewing 15 posts - 1 through 15 (of 80 total)