How to Verify if the SQL Server connection is encrypted?
How do you verify if the SQL Server connection you are using is encrypted or not? There is a way without using a network parser like netmon and verifying the connection encryption from the client using a simple query. The…