<?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>Unidev .NET Technology Blog &#187; SQL Server</title>
	<atom:link href="http://www.unidevtech.com/index.php/category/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unidevtech.com</link>
	<description>.NET Tips and .....</description>
	<lastBuildDate>Wed, 14 Jul 2010 21:18:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Article Series and Planned Topics</title>
		<link>http://www.unidevtech.com/index.php/2009/12/article-series-and-planned-topics/</link>
		<comments>http://www.unidevtech.com/index.php/2009/12/article-series-and-planned-topics/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:32:36 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[ReportViewer control]]></category>
		<category><![CDATA[SQL Reporting Services]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=168</guid>
		<description><![CDATA[by Allan Sieker
When it comes time to write an interesting article about a technical topic my mind goes into a deadlock in trying to find the balance between space/time constraints and keeping the content interesting.  Too short of an article and it seems trivial because the technical stuff doesn’t get covered enough.  Too technical, and [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/12/article-series-and-planned-topics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Before You Start Increasing the CommandTimeout Value&#8230;</title>
		<link>http://www.unidevtech.com/index.php/2009/09/before-you-start-increasing-the-commandtimeout-value/</link>
		<comments>http://www.unidevtech.com/index.php/2009/09/before-you-start-increasing-the-commandtimeout-value/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:51:49 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=138</guid>
		<description><![CDATA[by Allan Sieker
Just recently I had the opportunity to investigate a timeout error happening on an ASP.NET web application of a new client.   This web application is a very intense and complex business solution involving tiered hierarchies of entities for companies, resources, processes, and projects.  Definitely not your typical web site.
The source of the timeout was an embedded SQL query consisting of a [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/09/before-you-start-increasing-the-commandtimeout-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Standards and SQL Mistakes</title>
		<link>http://www.unidevtech.com/index.php/2009/06/coding-standards-and-sql-mistakes/</link>
		<comments>http://www.unidevtech.com/index.php/2009/06/coding-standards-and-sql-mistakes/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 20:48:46 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[coding standards]]></category>
		<category><![CDATA[dotNet .net webapp website coding c# vbscript]]></category>
		<category><![CDATA[sql mistakes]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=97</guid>
		<description><![CDATA[ By Allan Sieker
If you want to learn something from one of the best, please check out Clint Edmonson&#8217;s web site where you can download free coding standards for both VB and C#.  I worked with Clint at AB and I must say that he is one sharp guy.  I am sure he raised Microsoft&#8217;s collective [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/06/coding-standards-and-sql-mistakes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>sql transactions in c# .net</title>
		<link>http://www.unidevtech.com/index.php/2009/04/sql-transactions-in-c-net/</link>
		<comments>http://www.unidevtech.com/index.php/2009/04/sql-transactions-in-c-net/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:54:23 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=26</guid>
		<description><![CDATA[I recently needed to update an existing C# solution of multiple projects to add transactions around two different data updates.  I wanted to have this pattern for each one:
 

Start transaction
Delete all existing data 
Insert all new data
Commit transaction


Because of how the existing code had already being started, I ended up using two different methods, both [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/04/sql-transactions-in-c-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
