Hi George,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how credentials are
passed through network to SQL Server. If there is any misunderstanding,
please feel free to let me know.
Based on the document that cecil has provided, we can clearly see that
credentials are passed over the wire so they must be secured.
So it is recommended to use Windows Authentication instead of SQL
Authentication, because of the following reasons:
1. Credentials are managed for you and the credentials are not transmitted
over the network.
2. You avoid embedding user names and passwords in connection strings.
3. Logon security improves through password expiration periods, minimum
lengths, and account lockout after multiple invalid logon requests. This
mitigates the threat from dictionary attacks.
HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."