If you use SQL Server Authentication (2005), are the login details sent in clear text over the wire?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As secure as you want to make it…
you can configure SSL fairly easily, and if you don’t have a trusted cert, if you force encryption, SQL Server can create/issue it’s own self signed cert for your use…from this write-up