<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RaSQL.com &#187; troubleshooting</title>
	<atom:link href="http://rasql.com/category/sqlserver/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://rasql.com</link>
	<description>Ra Osolage&#039;s SQL Server Blog</description>
	<lastBuildDate>Fri, 13 Aug 2010 17:25:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Helping Users Test Database Connections</title>
		<link>http://rasql.com/2010/08/helping-users-test-database-connections/</link>
		<comments>http://rasql.com/2010/08/helping-users-test-database-connections/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 17:25:15 +0000</pubDate>
		<dc:creator>Osolage</dc:creator>
				<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://rasql.com/?p=18</guid>
		<description><![CDATA[From time to time, I have users that will say something like, &#8220;The application can&#8217;t connect to the database.&#8221; Often times they really don&#8217;t understand HOW the application&#8217;s connection is configured or established. In times like that, I find it &#8230; <a href="http://rasql.com/2010/08/helping-users-test-database-connections/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From time to time, I have users that will say something like, &#8220;The application can&#8217;t connect to the database.&#8221; Often times they really don&#8217;t understand HOW the application&#8217;s connection is configured or established. In times like that, I find it useful to have them try to connect to the database outside of the application. Of course, I have them attempt to establish the connection while logged into the workstation/server where the application is supposed to be running.</p>
<p>I&#8217;ve found the easiest way to have them test the connection is to use a <a href="Helping Users Test Database Connections" target="_blank">UDL file</a>. You can read all about them <a href="Helping Users Test Database Connections" target="_blank">here</a>. Essentially, it&#8217;s just a little text file that you put on the harddrive of the machine where you&#8217;re testing the connection. The instructions for creating a UDL file are included in the <a href="Helping Users Test Database Connections" target="_blank">page that I&#8217;ve linked to</a>. Just have the user follow the instructions to set the connection parameters and have them hit the &#8220;Test Connection&#8221; button. If the connection works, then you know it&#8217;s something application specific that is problemmatic. If the connection fails, you know it&#8217;s either something with the server or something with the SQL Server.</p>
<p>What techniques do you use when troubleshooting database connections?</p>
]]></content:encoded>
			<wfw:commentRss>http://rasql.com/2010/08/helping-users-test-database-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Which SQL Server Instances Just Restarted</title>
		<link>http://rasql.com/2010/01/which-sql-instances-restarted/</link>
		<comments>http://rasql.com/2010/01/which-sql-instances-restarted/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:05:17 +0000</pubDate>
		<dc:creator>Osolage</dc:creator>
				<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[crashes]]></category>
		<category><![CDATA[event log]]></category>
		<category><![CDATA[restart]]></category>

		<guid isPermaLink="false">http://rasql.com/?p=6</guid>
		<description><![CDATA[Today, i&#8217;m troubleshooting an issue with the cluster where our SharePoint databases are housed. I got an alert from SCOM saying that one of the clustered SQL Server instances had failed. (Thanks SCOM a.k.a. OpsMgr for letting me know!) Anyways, &#8230; <a href="http://rasql.com/2010/01/which-sql-instances-restarted/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, i&#8217;m troubleshooting an issue with the cluster where our SharePoint databases are housed. I got an alert from SCOM saying that one of the clustered SQL Server instances had failed. (Thanks SCOM a.k.a. OpsMgr for letting me know!)</p>
<p>Anyways, I wanted to know real quick which instances had actually restarted. Quickest way I knew was to filter the Windows application event log down to EventID 17162. Turns out, SCOM was right. Only one instance reported that it had been restarted.</p>
<p>Now that I know which instances have restarted, I can begin the in-depth research&#8230;</p>
<p><em>Consequently, I&#8217;ve found that you can track shutdowns of SQL Server by EventID 17148.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://rasql.com/2010/01/which-sql-instances-restarted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

