|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Today @ 7:49 AM
Points: 78,
Visits: 122
|
|
I want to have more clearity on what certificate actually holds.when to use it preferably.
BACKUP CERTIFICATE sales09 TO FILE = 'c:\storedcerts\sales09cert' WITH PRIVATE KEY ( DECRYPTION BY PASSWORD = '9875t6#6rfid7vble7r' , FILE = 'c:\storedkeys\sales09key' , ENCRYPTION BY PASSWORD = '9n34khUbhk$w4ecJH5gh' ); GO
in the above code certificate is getting stored in the path mention but what is "with private key "means???? can anyone explain??
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 1:00 PM
Points: 37,744,
Visits: 30,024
|
|
Did you read all the certificate-related pages in Books Online?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Today @ 7:49 AM
Points: 78,
Visits: 122
|
|
| yes.but still not got clear abt it??
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 8:44 AM
Points: 5,204,
Visits: 11,165
|
|
What is it you are not clear on? Do you understand the concept of public and private keys?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|