September 23, 2012 at 10:28 pm
Experts,
What are the best options to secure backups without using third part tools ?
I am able to think of the below options.
Keep in disks/tapes at remote locations.
Secure with password (I don't see this option in SSMS though :w00t: ).
Anything else ?
Thanks in advance.
September 23, 2012 at 10:52 pm
Joy Smith San (9/23/2012)
Experts,What are the best options to secure backups without using third part tools ?
I am able to think of the below options.
Keep in disks/tapes at remote locations.
Secure with password (I don't see this option in SSMS though :w00t: ).
Anything else ?
Thanks in advance.
Zip it with a password.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 24, 2012 at 12:56 am
Thanks Jeff.
Keeping at remote locations and securing with password are the only options ?
Thanks again.
San
September 24, 2012 at 4:04 am
Upgrade to SQL 2008 and use TDE on the database (Enterprise edition only). Otherwise 3rd party tool of some form (backup tool, password protected archiver, etc)
The password on SQL backups is not secure, books online does make that point.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 24, 2012 at 5:48 am
Joy Smith San (9/24/2012)
Thanks Jeff.Keeping at remote locations and securing with password are the only options ?
Thanks again.
San
No. The only reason why I suggested what I did was because it's free, relatively easy, and offers good security. When you said that you wanted to avoid 3rd party tools, I suspected that the word "free" was an important factor.
Like Gail said, you could use TDE but study the ramifications of that carefully before you do it.
As she also said, securing it through an SQL Password isn't the right thing to do.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply