|
-
Mar 2nd, 2016, 10:01 AM
#1
SQL backup software?
Hi,
Can anyone recommend an MS SQL server backup software that is robust and can do scheduled full, differential as well as transaction log backups and restore from the backups reliably?
Is SQL Server Backup and FTP any good? It's very affordable for sure
Thanks,
Stanav.
Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
- Abraham Lincoln -
-
Mar 2nd, 2016, 01:26 PM
#2
Re: SQL backup software?
I've never used anything but the built-in SQL Backup manager... a couple lifetimes ago, our recommendation to our clients were hourly transaction backups with daily full backups and full server with off-site storag of the tapes. In 10+ years (I left after 9 1/2) we never lost more than an hour's worth of information (lag time between the last transbackup and the current time.)
-tg
-
Mar 4th, 2016, 11:58 AM
#3
Re: SQL backup software?
Thanks, TG. Yes, the built-in SQL Backup Manager is sufficient for my organization, but it's kind of cumbersome to to set up and use. Most guys at our organization, me included, are not very knowledgeable on SQL server and database management. The guys are just programmers and I'm the system admin/network engineer. Therefore, I'm looking for a product that is reliable and easy to use, one that doesn't require a DBA certification to operate
Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
- Abraham Lincoln -
-
Mar 4th, 2016, 12:35 PM
#4
Re: SQL backup software?
There should be a Maintenance Plan wizard that you can run through... you set it up once, and that's it...
-tg
-
Mar 4th, 2016, 01:34 PM
#5
Re: SQL backup software?
Just remember to do log backups if the database is in full recovery. Set compression on (if 2228 server or better). Set a backup folder. Add a task to remove files older the x days (how long do you want to keep a backup locally). Ensure that the network backup picks up the folder that the backup is written too. Also ensure that network backup software is not backing up the folder that the database or log files are located in.
-gary
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Mar 4th, 2016, 03:59 PM
#6
Re: SQL backup software?
Thanks Gary. I just begin learning to manage SQL server so any advice from the pros are really helpful for me
Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
- Abraham Lincoln -
-
Mar 4th, 2016, 05:28 PM
#7
Re: SQL backup software?
Hit szlamany up... he's pretty good with the SQL Server & admin type stuff...
He'd be more likely to find this if you post right in the database section, askign for help on setting up a maintenance plan for SQL Server.
-tg
-
Mar 14th, 2016, 08:44 AM
#8
New Member
Re: SQL backup software?
In Linux you can set automatic backup of databases, some panels as isp manager support
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|