Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 - General
»
sql server SSL ??
sql server SSL ??
Rate Topic
Display Mode
Topic Options
Author
Message
ya.beluaev
ya.beluaev
Posted Wednesday, December 19, 2012 6:12 AM
Forum Newbie
Group: General Forum Members
Last Login: Thursday, December 20, 2012 6:46 AM
Points: 1,
Visits: 3
USE AdventureWorks2012;
GO
BEGIN TRY
-- Generate a divide-by-zero error.
SELECT 1/0;
END TRY
BEGIN CATCH
SELECT ERROR_LINE() AS ErrorLine;
END CATCH;
GO
Post #1398347
anthony.green
anthony.green
Posted Wednesday, December 19, 2012 6:40 AM
SSCertifiable
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 2:40 AM
Points: 5,075,
Visits: 4,833
Translated to English
e can issue a certificate which will match the requirements of SQL SERVER 2012
The certificate must be in the local computer certificate store or the current user.
Current system time must be greater than the properties of the certificate Valid from and less than the property value
Certificate Valid to.
The certificate must be meant for server authentication. This property Enhanced Key Usage certificate must be set to Server Authentication (1.3.6.1.5.5.7.3.1).
The certificate must be created with the value of the parameter KeySpec AT_KEYEXCHANGE. Usually the property of the certificate key (KEY_USAGE) also include key encipherment (CERT_KEY_ENCIPHERMENT_KEY_USAGE).
Subject property certificate must indicate that the common name (CN) matches the host name or fully qualified domain name (FQDN) server. If SQL Server is running in a failover cluster, the common name must match the host name or fully qualified domain name of the virtual server and the certificates must be provided to all failover cluster nodes.
SQL Server 2008 R2 Native Client and SQL Server 2008 R2 support the certificates based on templates. Other clients may not support certificates based on templates. For more information, please refer to the customer and the Knowledge Base article KB258858.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1398366
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.