<?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>Jaxidian Update &#187; SQL Server</title>
	<atom:link href="http://www.jaxidian.org/update/category/programming/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaxidian.org/update</link>
	<description>Shane Milton&#039;s Technology Update</description>
	<lastBuildDate>Tue, 29 Jun 2010 02:20:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Truncate Logs for SQL Server 2008</title>
		<link>http://www.jaxidian.org/update/2009/04/22/48/</link>
		<comments>http://www.jaxidian.org/update/2009/04/22/48/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 14:35:19 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=48</guid>
		<description><![CDATA[I had previously posted how to Truncate Logs for SQL Server 2005. Unfortunately, this method does not work in SQL Server 2008. The reason is because the &#8220;WITH TRUNCATE_ONLY&#8221; command is no longer in SQL 2008. Assuming you run in full recovery mode, the new script to do this is: 1 2 3 4 5 [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2009/04/22/48/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IndyTechFest registration is now open!</title>
		<link>http://www.jaxidian.org/update/2008/08/22/33/</link>
		<comments>http://www.jaxidian.org/update/2008/08/22/33/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 17:10:12 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Indy Events]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=33</guid>
		<description><![CDATA[IndyTechFest registration is now open! This year there is a limit of 500 registrations (I believe last year&#8217;s was like 400 and it was booked up within just a couple weeks). So I strongly encourage you to register sooner rather than later! There is a great lineup of speakers and sessions at this year&#8217;s IndyTechFest! [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2008/08/22/33/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indy Invades CinArc!!</title>
		<link>http://www.jaxidian.org/update/2008/07/10/29/</link>
		<comments>http://www.jaxidian.org/update/2008/07/10/29/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 22:17:37 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ALT.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[CinArc]]></category>
		<category><![CDATA[Cincinnati]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/2008/07/10/29/</guid>
		<description><![CDATA[On Tuesday (July 8, 2008) evening, Sasha Kotlyar, Dean Weber, and I made a spontaneous trip to Cincinnati to check out the CinArc group (not to be confused with this CinARC). This group is Cincinnati&#8217;s Architecture User Group and seems to be mostly .NET-based. They are a very new group as this was only their [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2008/07/10/29/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Truncate Logs for SQL Server 2005</title>
		<link>http://www.jaxidian.org/update/2008/05/07/26/</link>
		<comments>http://www.jaxidian.org/update/2008/05/07/26/#comments</comments>
		<pubDate>Wed, 07 May 2008 19:02:33 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=26</guid>
		<description><![CDATA[I&#8217;m frequently trying to figure this out but never remembering the exact syntax, so here it is! A quick/easy way to truncate logs on a database via script! * NOTE: I don&#8217;t recommend this for production databases unless you tweak it to be good. This is more for dev environments where you don&#8217;t really care [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2008/05/07/26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IndyALT.NET Site is live!</title>
		<link>http://www.jaxidian.org/update/2008/04/23/21/</link>
		<comments>http://www.jaxidian.org/update/2008/04/23/21/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 00:47:38 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 1.1]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ALT.NET]]></category>
		<category><![CDATA[Indy Events]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=21</guid>
		<description><![CDATA[IndyALT.NET is now live! Right now it&#8217;s being hosted in somebody&#8217;s house (thx to Paul Hacker, MSMVP, for sharing his servers temporarily!) We&#8217;re excited about our first two events! Next month we&#8217;re having Mike Griffin come in for some training on the EntitySpaces OR Mapper. In July we are planning on having Todd Anglin come [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2008/04/23/21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exclusive access for Database Restores on SQL Server 2005</title>
		<link>http://www.jaxidian.org/update/2008/04/12/20/</link>
		<comments>http://www.jaxidian.org/update/2008/04/12/20/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 20:45:36 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=20</guid>
		<description><![CDATA[How many times have you tried to run a database restore on SQL Server 2005 only for it to fail because you don&#8217;t have exclusive access to the database (for whatever reason from SSMS being open to anything else)? Happens to me quite frequently. Here&#8217;s a handy piece of code to help prevent that: 1 [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2008/04/12/20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
