RE: Certificate Requirements for SQL Data Encryption
- From: changliw@xxxxxxxxxxxxxxxxxxxx ("Charles Wang [MSFT]")
- Date: Mon, 02 Jun 2008 05:30:45 GMT
Hi Jedian,
I am sorry that I am not sure what your meaning of key attribute
requirements for the certificates is. If you meant that you wanted to
ecrypt data in SQL Server from your existing certificates issued by your
CA, You can refer to the following steps:
1. Load your certificate to your SQL Server by using CREATE CERTIFICATE.
You may refer to:
CREATE CERTIFICATE (Transact-SQL)
http://msdn.microsoft.com/en-us/library/ms187798.aspx
2. Create a symmetric or asymmetric key to encrypt/decrpt your data. You
may refer to:
How to: Encrypt a Column of Data
http://msdn.microsoft.com/en-us/library/ms179331.aspx
If there is anything misunderstanding, please feel free to let me know. I
am glad to assist further.
Best regards,
Charles Wang
Microsoft Online Community Support
===========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg@xxxxxxxxxxxxxx
===========================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for
non-urgent issues where an initial response from the community
or a Microsoft Support Engineer within 1 business day is acceptable.
Please note that each follow up response may take approximately
2 business days as the support professional working with you may
need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by
contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
============================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
.
- Follow-Ups:
- Re: Certificate Requirements for SQL Data Encryption
- From: Jediah L
- Re: Certificate Requirements for SQL Data Encryption
- Next by Date: Re: Certificate Requirements for SQL Data Encryption
- Next by thread: Re: Certificate Requirements for SQL Data Encryption
- Index(es):
Relevant Pages
|