<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Connection failure because of mismatched TDS version</title><link>http://blogs.msdn.com/sql_protocols/archive/2008/07/15/connection-failure-because-of-mismatched-tds-version.aspx</link><description>Some customers have reported connection failure because of wrong TDS version. The client application gets the following error message: (or similar depends on the protocol used) A connection was successfully established with the server, but then an error</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>TDS Protocol Versions meet client stacks</title><link>http://blogs.msdn.com/sql_protocols/archive/2008/07/15/connection-failure-because-of-mismatched-tds-version.aspx#9453995</link><pubDate>Mon, 02 Mar 2009 12:59:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9453995</guid><dc:creator>Developer hearted / Relational minded</dc:creator><description>&lt;p&gt;A colleague (Cornel Sukalla) asked me what the protocol_version in sys.dm_exec_connections is all about.&lt;/p&gt;
</description></item><item><title>re: Connection failure because of mismatched TDS version</title><link>http://blogs.msdn.com/sql_protocols/archive/2008/07/15/connection-failure-because-of-mismatched-tds-version.aspx#9713608</link><pubDate>Tue, 09 Jun 2009 09:31:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9713608</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It's the negotiated TDS version in DWORD format. You can run the following to get the exact value:&lt;/p&gt;
&lt;p&gt;select cast(protocol_version as varbinary(4)) from sys.dm_exec_connections&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Xinwei&lt;/p&gt;
</description></item></channel></rss>