Microsoft SQL Express 2005 - Complete Database Backup - help
-
@JaredBusch said in Microsoft SQL Express 2005 - Complete Database Backup - help:
@DustinB3403 one of your points was automation and I assume scheduled BAK file creation?
If that is the case, a third party product will be your best solution for SQL Express.
I have never used the product @BRRABill recommended, but I just breezed through their website and it looks like a decent solution. Free for 2 databases, not expensive for more.
Your other choice would be a scheduled script to do it from the command line.
The thing I like about it is that I schedule it once a day, and it retains a 14 day supply (those are both customizable) of backups. I also get a daily e-mail on the result of the job.
And it's free.
-
@JaredBusch I'm guessing this is no good way to know if the program is good or not without standing up a test system and trying the database import.
I'll have some testing to do.
Thanks for the guidance.
-
@BRRABill said in Microsoft SQL Express 2005 - Complete Database Backup - help:
I've been using this to backup an application I support that has a full SQL instance running. Not sure if it would fit your needs. (Or even how good it is.)
(And it is free.)
We have the paid version of this for both MySQL and MSSQL. Both work fantastically.
-
@DustinB3403 said in Microsoft SQL Express 2005 - Complete Database Backup - help:
@JaredBusch I'm guessing this is no good way to know if the program is good or not without standing up a test system and trying the database import.
I'll have some testing to do.
Thanks for the guidance.
Yeah, not really any way to know.
Applications that I have wrote only talk to their own database, but I have heard of people doing things that add functions to master or something.
-
I'll be testing shortly.
Thanks for the assist
-
We use Symantec System Recovery 2013 R2 to backup SQL databases(which i do not recommend). We successfully used it on MSSQL 2005, 2008 and 2012.
-
And I have a feeling the software is crap... that or I'm just doing this wrong..
-
@DustinB3403 said in Microsoft SQL Express 2005 - Complete Database Backup - help:
And I have a feeling the software is crap... that or I'm just doing this wrong..
You might be doing it wrong. The basic/free version is very limited, from what we saw. What are you having issues with?
-
@coliver said in Microsoft SQL Express 2005 - Complete Database Backup - help:
@DustinB3403 said in Microsoft SQL Express 2005 - Complete Database Backup - help:
And I have a feeling the software is crap... that or I'm just doing this wrong..
You might be doing it wrong. The basic/free version is very limited, from what we saw. What are you having issues with?
Oh sorry I'm not trialing that backup software yet.
I'm using the built in tools from the application vendor to try and restore a .BAK into a clean installation.
-
@DustinB3403 said in Microsoft SQL Express 2005 - Complete Database Backup - help:
@coliver said in Microsoft SQL Express 2005 - Complete Database Backup - help:
@DustinB3403 said in Microsoft SQL Express 2005 - Complete Database Backup - help:
And I have a feeling the software is crap... that or I'm just doing this wrong..
You might be doing it wrong. The basic/free version is very limited, from what we saw. What are you having issues with?
Oh sorry I'm not trialing that backup software yet.
I'm using the built in tools from the application vendor to try and restore a .BAK into a clean installation.
Oh, I see.