Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Security / January 2006

Tip: Looking for answers? Try searching our database.

Backup security

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
RK - 27 Jan 2006 03:04 GMT
Hi,

Our current backup process writes backup to a network drive and that is
transferred to a DVD on a daily basis.  How can we prevent people from
installing this backup on the DVD if the DVD is ever stolen?  Can the
backups be "password protected" or restricted to prevent un-authorized
restore?

Thanks.
Andrew J. Kelly - 27 Jan 2006 03:25 GMT
From BooksOnLine under BACKUP:

PASSWORD = { password | @password_variable }

Sets the password for the backup set. PASSWORD is a character string. If a
password is defined for the backup set, the password must be supplied to
perform any restore operation from the backup set.

This may prevent most people from restoring the backup but does nothing to
prevent anyone from reading the file with a simple hex editor.  You should
look at one of the 3rd party backup tools that do encryption among other
things.

www.red-gate.com

www.quest.com

Signature

Andrew J. Kelly  SQL MVP

> Hi,
>
[quoted text clipped - 5 lines]
>
> Thanks.
Sam Hobbs - 27 Jan 2006 07:59 GMT
Windows has extensive cryptography capabilities that allow creation of
encryption and decryption software relatively easily. If relevant to your
requirements, there are many programs available at little or no cost that
can encrypt and decrypt the backup file(s) separately.

> Hi,
>
[quoted text clipped - 5 lines]
>
> Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.