<?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 Tech 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>Unidev&#039;s IT Blog for Software Developers (JAVA, .NET, Mobile, Automated Controls and more)</description>
	<lastBuildDate>Mon, 09 Jan 2012 21:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building a List of Random Results Based on a Weighted Sort Index in T-SQL</title>
		<link>http://www.unidevtech.com/index.php/2011/05/building-a-list-of-random-results-based-on-a-weighted-sort-index-in-t-sql/</link>
		<comments>http://www.unidevtech.com/index.php/2011/05/building-a-list-of-random-results-based-on-a-weighted-sort-index-in-t-sql/#comments</comments>
		<pubDate>Mon, 30 May 2011 15:26:16 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=239</guid>
		<description><![CDATA[I had an interesting requirement for a project recently. I needed to randomly sort database records that already have a sort preference number. That is to say, each record with the same sort number needs to be randomized in a group with others of the same number. Then those are returned as a group in [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/05/building-a-list-of-random-results-based-on-a-weighted-sort-index-in-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selecting An Old Value While Binding a DropDownList</title>
		<link>http://www.unidevtech.com/index.php/2010/07/selecting-an-old-value-while-binding-a-dropdownlist/</link>
		<comments>http://www.unidevtech.com/index.php/2010/07/selecting-an-old-value-while-binding-a-dropdownlist/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 21:18:50 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=210</guid>
		<description><![CDATA[I had a usual instance where a DropDownList was bound to a table in a database. However, that list of data could change in the database without regard to those values having been previously stored (as text, not IDs, unfortunately) in another table. Meaning that when the DropDownList would now be loaded with the newly [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2010/07/selecting-an-old-value-while-binding-a-dropdownlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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, [...]]]></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 [...]]]></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 [...]]]></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 [...]]]></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>

