Viewing 15 posts - 21,646 through 21,660 (of 26,490 total)
Run the following code, putting the output to a .txt file and upload that file here.
RESTORE FILELISTONLY FROM DISK = 'C:\SASE\DatabaseOldBackup\SASE041202'
April 6, 2009 at 11:00 pm
vrabhadram (4/6/2009)
i have only the backup of this databse. at present we dont have that server.
RESTORE DATABASE SASE
FROM DISK = 'C:\SASE\DatabaseOldBackup\SASE041202'
WITH REPLACE, MOVE 'SASE_log2' TO...
April 6, 2009 at 10:57 pm
If you remember, I also asked you for the logical and physical files names. To assist further, I will need this information from both servers for this database.
April 6, 2009 at 10:48 pm
Simple answer, the server you are attempting the restore on is not configured the same as the server from which you are attempting a restore.
Since they are not the same,...
April 6, 2009 at 10:44 pm
Please explain why the error is comming.The backup set holds a backup of a database other than the existing 'SASE' database
I'm not really sure what you mean by...
April 6, 2009 at 10:28 pm
All further replies should be directed here.
April 6, 2009 at 10:26 pm
As I stated in your other thread, I also need the code you are using for the restore. Let us use this one thread for this problem instead of...
April 6, 2009 at 10:24 pm
Then we have a user having a problem with a restore, and they post this and this instead of what the real problem is.
April 6, 2009 at 10:20 pm
Well, we just got a call tonight, my wife's aunt died today. Apparently there won't be a funeral, so not sure what is going on there. Hit my...
April 6, 2009 at 10:16 pm
Well then, wouldn't it be better to actually post what the problem is rather than post other questions that may or may not actually help? Please provide as much...
April 6, 2009 at 10:10 pm
You need to read the RESTORE DATABASE command in Books Online. Specifically, you need to read about the MOVE clause. If, after reading, you still have questions come...
April 6, 2009 at 10:00 pm
First question, have you read the information regarding these clauses in Books Online (BOL)? If so, can you explain a little more as to what is confusing you regarding...
April 6, 2009 at 9:49 pm
This is PeopleSoft. If the code is generated/maintained by the PeopleSoft tools, the poster unfortunately has little control over how the code is generated.
I'll pass this thread on to...
April 6, 2009 at 9:38 pm
cchart3 (4/6/2009)
April 6, 2009 at 1:24 pm
The Thread started as a rant about the state of questions posted by some people. But I think it morphed over time. Yes, we still go there to...
April 6, 2009 at 12:11 pm
Viewing 15 posts - 21,646 through 21,660 (of 26,490 total)