<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to find the TLS used for the SQL Server connection	</title>
	<atom:link href="https://www.dbi-services.com/blog/how-to-find-the-tls-used-for-the-sql-server-connection/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbi-services.com/blog/how-to-find-the-tls-used-for-the-sql-server-connection/</link>
	<description></description>
	<lastBuildDate>Mon, 14 Aug 2023 11:57:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: dadeniji		</title>
		<link>https://www.dbi-services.com/blog/how-to-find-the-tls-used-for-the-sql-server-connection/#comment-2822</link>

		<dc:creator><![CDATA[dadeniji]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 11:57:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbi-services.com/blog/how-to-find-the-tls-used-for-the-sql-server-connection/#comment-2822</guid>

					<description><![CDATA[Stéphane Haby:-

Please correct:-



from
====
IF (( CAST(SERVERPROPERTY(&#039;ProductMajorVersion&#039;) AS INT)  13))

BEGIN

-- Before SQL Server 2019 and after SQL Server 2016


to
==

IF (( CAST(SERVERPROPERTY(&#039;ProductMajorVersion&#039;) AS INT) = 13))

BEGIN

-- Before SQL Server 2019 and Starting from SQL Server 2016]]></description>
			<content:encoded><![CDATA[<p>Stéphane Haby:-</p>
<p>Please correct:-</p>
<p>from<br />
====<br />
IF (( CAST(SERVERPROPERTY(&#8216;ProductMajorVersion&#8217;) AS INT)  13))</p>
<p>BEGIN</p>
<p>&#8212; Before SQL Server 2019 and after SQL Server 2016</p>
<p>to<br />
==</p>
<p>IF (( CAST(SERVERPROPERTY(&#8216;ProductMajorVersion&#8217;) AS INT) = 13))</p>
<p>BEGIN</p>
<p>&#8212; Before SQL Server 2019 and Starting from SQL Server 2016</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel		</title>
		<link>https://www.dbi-services.com/blog/how-to-find-the-tls-used-for-the-sql-server-connection/#comment-2821</link>

		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 11:48:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbi-services.com/blog/how-to-find-the-tls-used-for-the-sql-server-connection/#comment-2821</guid>

					<description><![CDATA[Stéphane Haby:-

Please correct

from:-

WHERE ([sqlserver].[equal_i_sql_ansi_string]([function_name],&#039;Ssl::Handshake&#039;) AND [sqlserver].[like_i_sql_unicode_string](,N&#039;%TLS%&#039;)))

to:-
 
WHERE ([sqlserver].[equal_i_sql_ansi_string]([function_name],&#039;Ssl::Handshake&#039;) AND [sqlserver].[like_i_sql_unicode_string]([text],N&#039;%TLS%&#039;)))

BTW,  the attribute name is missing in both the v2106 and v2019 queries.]]></description>
			<content:encoded><![CDATA[<p>Stéphane Haby:-</p>
<p>Please correct</p>
<p>from:-</p>
<p>WHERE ([sqlserver].[equal_i_sql_ansi_string]([function_name],&#8217;Ssl::Handshake&#8217;) AND [sqlserver].[like_i_sql_unicode_string](,N&#8217;%TLS%&#8217;)))</p>
<p>to:-</p>
<p>WHERE ([sqlserver].[equal_i_sql_ansi_string]([function_name],&#8217;Ssl::Handshake&#8217;) AND [sqlserver].[like_i_sql_unicode_string]([text],N&#8217;%TLS%&#8217;)))</p>
<p>BTW,  the attribute name is missing in both the v2106 and v2019 queries.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: www.dbi-services.com @ 2026-09-13 09:13:17 by W3 Total Cache
-->