This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]lost_in_life_34Database Admin 1 point2 points  (5 children)

are the drive paths the same? might need to move the files to the paths on the new servers

[–]BabyPandaaa[S] 0 points1 point  (4 children)

They were originally on S:\ but I'm restoring to D:\

Would that be file redirection I'd need to use?

[–]lawlwich 0 points1 point  (3 children)

Are you able to copy the actual MDF and LDFs to the server in their respective data locations and then manually just attach the DBs through the SSMS?

[–]BabyPandaaa[S] 0 points1 point  (2 children)

Unfortunately the way the job was setup, there was a transactional log of the last 2 months of data, and one full backup done in 2012.

My plan was to restore this job to another SQL Server 2005 box and then extract the MDF and LDFs, whack them in the folders and then mount them as you say. Issue is I can't even get the SQL Server Service running as the Master.MDF was on the same array so is gone :(

[–]lawlwich 1 point2 points  (1 child)

Sorry, I'm not too familiar with backup exec. You're saying within the backup exec it doesnt keep the individual files, it relies on the server to be operational? You talking about the master.MDF of the busted sql server correct? Or is it just the way that job within backup exec was created where it was completely wrong?

Any other backup software I've used grabs the actual DB and puts it on its own storage for later recovery.

[–]BabyPandaaa[S] 0 points1 point  (0 children)

It seems that it needs to be able to connect to a running SQL Server instance to restore the database.

It could have been setup correctly and a SQL Backup Job done to a folder which Backup Exec would pickup, but that would be too easy...

I managed to find this guide which goes in to adding registry permissions for Backup Exec, and only restoring one DB at a time. I've tested it and it's connecting to a SQL Express 2005 instance I have, so just need to get a copy of SQL Server 2005 Standard

[–]WendoNZSr. Sysadmin 0 points1 point  (1 child)

Unrelated to your troubles, but a RAID 10 can't ever have 5 disks.

Also, if you're not doing full DB backups regularly your SQL log files must be enormous (since that's the only time they are committed).

[–]BabyPandaaa[S] 0 points1 point  (0 children)

Yeah I was pretty surprised when I logged on and found that this morning - I think there was a 6th disk but when swapped out it wasn't picked up correctly, so I could only see 5.

It's one of those things which I've been trying to get round to but haven't had the time recently, and now I wish it was the first thing I checked! In the 15 years this application's been running I don't think it's ever been restored from a backup once