July 15, 2008 at 12:32 pm
Hey guys, is it possible to store encypted database keys outside of SQL server?
July 15, 2008 at 12:44 pm
Service master key, yes.
Database master keys, yes.
Certificates, yes.
Asymmetric and symmetric keys, no.
K. Brian Kelley
@kbriankelley
July 15, 2008 at 12:47 pm
could you explain the process of doing that?
Also isn't the database master key a symmetric key?
thanks
July 15, 2008 at 12:56 pm
There are T-SQL commands (you'll find the exact syntax in Books Online):
BACKUP SERVICE MASTER KEY
BACKUP MASTER KEY
BACKUP CERTIFICATE
K. Brian Kelley
@kbriankelley
July 15, 2008 at 1:00 pm
Also isn't the database master key a symmetric key?
July 15, 2008 at 2:01 pm
Yes, but because of its importance, you can back it up with the BACKUP MASTER KEY command.
K. Brian Kelley
@kbriankelley
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply