How To Use SQL Server Over SSL? How To Encrypt SQL Server Connection.

Posted by

Requirements

Sometimes you may need to encrypt SQL Server connections between your applications and our hosted database for the better security. Please follow these steps if you want to access your SQL Server database over SSL remotely.

Step By Step Guide To Use SQL Server over SSL

1) Download and import Database Mart root certificate

  1. Download our root certificate from here.
  2. Unzip the downloaded root certificate and copy the "DBM-CA.cer" in your local hard drive.
  3. Import the root certificate to your local "Trusted Root Certification Authority". Please follow How To Import a Trusted Root Certification Authority In Windows 7/Vista/XP?

2) Connnect SQL Server over SSL with ASP.NET/ASP Applications

You only need to append "encrypt=true" in the connection string.
"Server=##.##.##.##,1092;Database=dbname;uid=username;pwd=password;encrypt=true"
 

3) Open SQL Server Management Studio

Please run SQL Server Management Studio Tool and enter the server name, Login user name and Password


4) Check encrypt option


Click' Options>>', Then check Encrypt option and click 'Connect'

Related Resources

  1. How To Create SQL Server 2008/2005 Database In WebsitePanel Control Panel?
  2. How To Get The IP and Connection String for My Hosted SQL Server Databases?
  3. How To Access Hosted Microsoft SQL Server Database With SQL Server Management Studio Remotely?


FOLLOW and JOIN to Get Update!

Social Media Widget SM Widgets




sisiLab Updated at: 9:39:00 AM

0 comments:

Post a Comment

Follow us on Twitter