Browse by Tags

How to configure SQL servers to use certificates?
Published 3 September 7 6:50 AM | SSQA.net
Continuation to the BlogPost on issuing or configuring SQL Servers to use certificates, I have found useful reference on Technet blogs - Mr. Cert’s side of the story ....( read more ) Read More...
Unable to start SQL Server service with a specific certificate?
Published 31 August 7 8:5 AM | SSQA.net
You may be aware that using SSL communications a HTTP server can have encryption for us, in this regard certificates must be authorized for server authentication. Microsoft recommends that you can do this by either obtaining an SSL certificate from a...
Restrict Access to SQL Server using "Certificates"
Published 2 July 7 4:7 AM | SSQA.net
Within SQL Server 2005 you could take help of certificates to restrict the access from a particular client's machine. Few times (even me) confused with or get an impression that SSL encryption is same, for more information on SSL( Secure Sockets Layer...