<?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>SQL Server Blog</title>
	<atom:link href="http://www.sqlsvrdba.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlsvrdba.com</link>
	<description>Ramblings of a SQL Server DBA</description>
	<lastBuildDate>Mon, 19 Dec 2011 15:36:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Syntax error in TextHeader of Stored Procedure</title>
		<link>http://www.sqlsvrdba.com/uncategorized/syntax-error-in-textheader-of-stored-procedure/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/syntax-error-in-textheader-of-stored-procedure/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 15:36:15 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Management Studio]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=321</guid>
		<description><![CDATA[Rather annoyingly today, I had this error message pop up when trying to view a Stored Procedure. The error is generated from SMO (). I knew that the stored procedure hadn&#8217;t been updated in a long time and my first thought was that there was some form of corruption. I opened up a new SQL [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/syntax-error-in-textheader-of-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an instance of the COM component with CLSID error</title>
		<link>http://www.sqlsvrdba.com/uncategorized/creating-an-instance-of-the-com-component-with-clsid-error/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/creating-an-instance-of-the-com-component-with-clsid-error/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 12:38:12 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Management Studio]]></category>
		<category><![CDATA[Scheduled Jobs]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=319</guid>
		<description><![CDATA[Ever had this really annoying error pop up when you are trying to view or edit a step within a Job? It happened to me again today. I found a nice simple fix in the end. Open up the command line tool Navigate to your Microsoft SQL Server\100\DTS\binn folder. From there run regsvr32 dts.dll You [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/creating-an-instance-of-the-com-component-with-clsid-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable All Scheduled Jobs</title>
		<link>http://www.sqlsvrdba.com/uncategorized/disable-all-scheduled-jobs/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/disable-all-scheduled-jobs/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 12:43:34 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Scheduled Jobs]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=313</guid>
		<description><![CDATA[I discovered a small issue in production today. Our new DR server which is currently going through the rigors of testing had all of the Scheduled Jobs left enabled. I was confused why I was getting two alerts for some data validation processing we perform overnight with two different sets of data. After a few [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/disable-all-scheduled-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileStream Not Enabled when installing AdventureWorks Databases</title>
		<link>http://www.sqlsvrdba.com/uncategorized/filestream-not-enabled-when-installing-sample-databases/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/filestream-not-enabled-when-installing-sample-databases/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 11:39:27 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AdventureWorks]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=306</guid>
		<description><![CDATA[I was recently installing the SQL Server 2008 R2 sample databases. I was repeatedly getting an error message indicating the filestream was not enabled on the R2 OLTP database. I checked the configuration by running sp_configure &#8216;filestream access level&#8217; and sure enough, it was enabled. I tried stopping all services and restarting with no joy. [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/filestream-not-enabled-when-installing-sample-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Logon Trigger to restrict access</title>
		<link>http://www.sqlsvrdba.com/uncategorized/using-a-logon-trigger-to-restrict-access/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/using-a-logon-trigger-to-restrict-access/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 09:44:54 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=301</guid>
		<description><![CDATA[A number of our internal applications connect to our production databases for data cleansing operations. Unfortunately, the developers saw fit to have the server, login &#038; password details in a plain text configuration file. This allows the team who use the cleansing tools all the information they need to access my production servers. I was [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/using-a-logon-trigger-to-restrict-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data File Size for all Databases!</title>
		<link>http://www.sqlsvrdba.com/uncategorized/data-file-size-for-all-databases/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/data-file-size-for-all-databases/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 16:44:18 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=224</guid>
		<description><![CDATA[A useful query to find the size of each data file in your database instance IF OBJECT_ID(&#8216;DatabaseFiles&#8217;) IS NULL BEGIN SELECT TOP 0 * INTO #DatabaseFiles FROM sys.database_files ALTER TABLE #DatabaseFiles ADD CreationDate DATETIME DEFAULT(GETDATE()) END EXECUTE sp_msforeachdb &#8216;INSERT INTO #DatabaseFiles SELECT *, GETDATE() FROM [?].sys.database_files&#8217; SELECT name, cast((size * 8192.0 / 1024.0 /1024.0 / [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/data-file-size-for-all-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows error occurred while running SP_TRACE_CREATE</title>
		<link>http://www.sqlsvrdba.com/uncategorized/windows-error-occurred-while-running-sp_trace_create/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/windows-error-occurred-while-running-sp_trace_create/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 15:42:03 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Profiler]]></category>
		<category><![CDATA[Server Side Trace]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=294</guid>
		<description><![CDATA[I recieved this error message today. The full error message was: Windows error occurred while running SP_TRACE_CREATE. Error = 0&#215;80070050(error not found). I was in the process of testing a server side trace to capture a new overnight process rather than sit around waiting. In this case, the trace file I was attempting to create [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/windows-error-occurred-while-running-sp_trace_create/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Learning Video&#8217;s</title>
		<link>http://www.sqlsvrdba.com/uncategorized/sql-server-learning-videos/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/sql-server-learning-videos/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 15:25:12 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=286</guid>
		<description><![CDATA[I found an interesting website today caled SQL Share. It has video tutorials from community leaders such as Andy Warren, Brian Knight, Kathi Kallenberger, to name but a few. It covers a lot of fundamental&#8217;s as well as some more indepth topics. For me, I have no real experience in data warehouse technology, so the [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/sql-server-learning-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding a Trace</title>
		<link>http://www.sqlsvrdba.com/uncategorized/finding-a-trace/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/finding-a-trace/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 12:07:38 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=281</guid>
		<description><![CDATA[Today a colleague kicked off a trace and went to a meeting. After a while, we noticed some performance issues. After looking at the processes running, I could see a trace was running. I had two options. I could kill the spid or I could stop the trace. I decided to stop the trace. I [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/finding-a-trace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parameter Sniffing</title>
		<link>http://www.sqlsvrdba.com/uncategorized/parameter-sniffing/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/parameter-sniffing/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 13:29:34 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=278</guid>
		<description><![CDATA[Up until a few years ago, I&#8217;ll admit to having never been bitten by the parameter sniffing performance issue and if I am honest, I had not even heard of it. I got bitten by this yesterday First a little insight for those who have not come across this previously. When a stored procedure is [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/parameter-sniffing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

