<?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>Sun, 22 Apr 2012 10:24:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Missing Indexes</title>
		<link>http://www.sqlsvrdba.com/uncategorized/missing-indexes/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/missing-indexes/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 10:24:46 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=336</guid>
		<description><![CDATA[Sounds quite a simplistic post, right? Even now, after being in the IT industry for 18 years and specialising in SQL Server for 13 of those, I still find missing indexes on major systems. I work in the finance industry and this was always an industry I aspired to work in. Early on in my [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/missing-indexes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FCB::Open failed: Could not open the file &#8230;</title>
		<link>http://www.sqlsvrdba.com/uncategorized/fcbopen-failed-could-not-open-the-file/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/fcbopen-failed-could-not-open-the-file/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 19:34:10 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[TempDB]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=326</guid>
		<description><![CDATA[Today when starting up my laptop, I had an issue connecting to my local instance. After two attempts, a quick look at the event logs revealed my problem. FCB::Open failed: Could not open file G:\MSSQL\tempdb.mdf for file number 1. OS error: 3(failed to retrieve text for this error. Reason: 15105). Suddenly it clicked. A couple [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/fcbopen-failed-could-not-open-the-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving on&#8230;</title>
		<link>http://www.sqlsvrdba.com/uncategorized/332/</link>
		<comments>http://www.sqlsvrdba.com/uncategorized/332/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:00:32 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Career]]></category>

		<guid isPermaLink="false">http://www.sqlsvrdba.com/?p=332</guid>
		<description><![CDATA[After 4.5 years, I sadly said goodbye to CMA, where I had a fantastic time developing their database infrastructure and work with some really great people on the entire solution. On the way, I was also extremely fortunate to make some very good friends. I&#8217;ve moved to a company called SRL Global. The envirnment here [...]]]></description>
		<wfw:commentRss>http://www.sqlsvrdba.com/uncategorized/332/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

