<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: .Net &#8211; issues using uniqieidentifier as a primary key in VS2005</title>
	<atom:link href="http://www.soulhuntre.com/2005/11/18/net-issues-using-uniqieidentifier-as-a-primary-key-in-vs2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soulhuntre.com/2005/11/18/net-issues-using-uniqieidentifier-as-a-primary-key-in-vs2005/</link>
	<description>Pack lifestyle, geek musings.</description>
	<lastBuildDate>Wed, 03 Mar 2010 12:29:15 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Soulhuntre</title>
		<link>http://www.soulhuntre.com/2005/11/18/net-issues-using-uniqieidentifier-as-a-primary-key-in-vs2005/comment-page-1/#comment-9208</link>
		<dc:creator>Soulhuntre</dc:creator>
		<pubDate>Fri, 03 Aug 2007 04:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.soulhuntre.com/items/date/2005/11/18/net-issues-using-uniqieidentifier-as-a-primary-key-in-vs2005/#comment-9208</guid>
		<description>Nice workaround, thanks for posting it!</description>
		<content:encoded><![CDATA[<p>Nice workaround, thanks for posting it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nmyvision</title>
		<link>http://www.soulhuntre.com/2005/11/18/net-issues-using-uniqieidentifier-as-a-primary-key-in-vs2005/comment-page-1/#comment-9207</link>
		<dc:creator>Nmyvision</dc:creator>
		<pubDate>Fri, 03 Aug 2007 04:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.soulhuntre.com/items/date/2005/11/18/net-issues-using-uniqieidentifier-as-a-primary-key-in-vs2005/#comment-9207</guid>
		<description>I&#039;m using Sql2005 so not sure if this works with 2000 but here is what i did to get it working:

change the parameter in your stored proc from uniqueidentifier to sql_variant &quot;@UID sql_variant&quot; and in the code where u actually need the guid us the Convert function : &quot;Convert(uniqueidentifier , @UID),&quot;</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Sql2005 so not sure if this works with 2000 but here is what i did to get it working:</p>
<p>change the parameter in your stored proc from uniqueidentifier to sql_variant &#8220;@UID sql_variant&#8221; and in the code where u actually need the guid us the Convert function : &#8220;Convert(uniqueidentifier , @UID),&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
