steele_uk Posted April 19, 2013 Posted April 19, 2013 I have just noticed that although SIMS is backing up 'apparently' ok, errors have been appearing suggesting that the job was unable to update the MSDB. Running a consistancy check against the SIMS db is fine, but the a consistency check against the MSDB fails almost immediatley. Our backups are Veem which backs up the host, and i don't know how far back to go to avois the corruption. Aplogies my understanding of SQL is limited, Is there a way to rebuild the MSDB without impacting on the SIMS data? Cheers!
vikpaw Posted April 20, 2013 Posted April 20, 2013 I'm no expert but maybe the Veem user / service doesn't have enough permissions over the server to update the table. Not quite sure what it's backing up or how. Here is MSDB's purpose : msdb Database It depends on what level of restore you are after, if you don't want to worry about transaction logs, then as long as you are creating a .bak backup file you can restore that using SIMS' dbattach program. This works on the same server or to another one which could have a different MSDB table, so i would just make sure your SIMS backup works on a test box. It sounds like you're just doing a backup of the virtual server as a whole with Veeam...? I'd also want file level backup of just the database. Once you're happy your SIMS backup is okay, you can look at fixing the issues with MSDB. Waht sort of errors is it complaining of?
steele_uk Posted April 22, 2013 Author Posted April 22, 2013 (edited) Thanks for the reply, I managed to find a blog where someone had experienced similar problems, and had been able to restore the MSDB from another SQL server (same version) , which i think is what you were suggesting? I ended up doing this and recreating the maintenance jobs, and thankfully, all is now working! I was doing file level on the SIMS DB, but not the MSDB - Lesson learned (phew!). Edited April 22, 2013 by steele_uk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now