<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Resolving SQL Server Connection Errors &#8211; SQL in Sixty Seconds #030 &#8211; Video</title>
	<atom:link href="http://blog.sqlauthority.com/2012/10/24/sql-server-resolving-sql-server-connection-errors-sql-in-sixty-seconds-030-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/10/24/sql-server-resolving-sql-server-connection-errors-sql-in-sixty-seconds-030-video/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 26 May 2013 03:27:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: arina</title>
		<link>http://blog.sqlauthority.com/2012/10/24/sql-server-resolving-sql-server-connection-errors-sql-in-sixty-seconds-030-video/#comment-440203</link>
		<dc:creator><![CDATA[arina]]></dc:creator>
		<pubDate>Tue, 19 Mar 2013 15:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21213#comment-440203</guid>
		<description><![CDATA[TITLE: Connect to Server
------------------------------

Cannot connect to localhost.

------------------------------
ADDITIONAL INFORMATION:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;EvtSrc=MSSQLServer&amp;EvtID=2&amp;LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------]]></description>
		<content:encoded><![CDATA[<p>TITLE: Connect to Server<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Cannot connect to localhost.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ADDITIONAL INFORMATION:</p>
<p>A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 &#8211; Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)</p>
<p>For help, click: <a href="http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&#038;EvtSrc=MSSQLServer&#038;EvtID=2&#038;LinkId=20476" rel="nofollow">http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&#038;EvtSrc=MSSQLServer&#038;EvtID=2&#038;LinkId=20476</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
BUTTONS:</p>
<p>OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RadhaKrishna k</title>
		<link>http://blog.sqlauthority.com/2012/10/24/sql-server-resolving-sql-server-connection-errors-sql-in-sixty-seconds-030-video/#comment-411801</link>
		<dc:creator><![CDATA[RadhaKrishna k]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 12:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21213#comment-411801</guid>
		<description><![CDATA[Hi, i am getting this type of erroe when i am adding new column in table and storedprocdure .
Msg 206, Level 16, State 2, Procedure usp_Testimonial_Insert, Line 26
Operand type clash: text is incompatible with datetime.

Please help me on this problem]]></description>
		<content:encoded><![CDATA[<p>Hi, i am getting this type of erroe when i am adding new column in table and storedprocdure .<br />
Msg 206, Level 16, State 2, Procedure usp_Testimonial_Insert, Line 26<br />
Operand type clash: text is incompatible with datetime.</p>
<p>Please help me on this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawid Burek</title>
		<link>http://blog.sqlauthority.com/2012/10/24/sql-server-resolving-sql-server-connection-errors-sql-in-sixty-seconds-030-video/#comment-363671</link>
		<dc:creator><![CDATA[Dawid Burek]]></dc:creator>
		<pubDate>Wed, 24 Oct 2012 09:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21213#comment-363671</guid>
		<description><![CDATA[Very helpful post. When I was starting my carrer, sometimes I had problems needing resolve like in this video. Shame there wasn&#039;t video like this then :).

Anyway, have you ever encountered problem with debugging alone? One day, I wanted debug same cursor on local serwer instance and I encountered error message: &quot;Unable to start T-SQL Debugging. Could not connect to computer &#039;(local)&#039;. [...]&quot;
I was using Windows authentication and &#039;(local)\&#039; as server name. It turn out that debugging is only available, when server name contains computer name explicitly.]]></description>
		<content:encoded><![CDATA[<p>Very helpful post. When I was starting my carrer, sometimes I had problems needing resolve like in this video. Shame there wasn&#8217;t video like this then :).</p>
<p>Anyway, have you ever encountered problem with debugging alone? One day, I wanted debug same cursor on local serwer instance and I encountered error message: &#8220;Unable to start T-SQL Debugging. Could not connect to computer &#8216;(local)&#8217;. [...]&#8221;<br />
I was using Windows authentication and &#8216;(local)\&#8217; as server name. It turn out that debugging is only available, when server name contains computer name explicitly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
