<?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>codemeit</title>
	<atom:link href="http://www.codemeit.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codemeit.com</link>
	<description>programming, software &#38; problem solving</description>
	<lastBuildDate>Sat, 22 Sep 2012 07:39:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Query table containing spatial datatype over linked server</title>
		<link>http://www.codemeit.com/sql/query-table-containing-spatial-datatype-over-linked-server.html</link>
		<comments>http://www.codemeit.com/sql/query-table-containing-spatial-datatype-over-linked-server.html#comments</comments>
		<pubDate>Sat, 22 Sep 2012 07:39:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=701</guid>
		<description><![CDATA[If the target table containing column with spatial datatype, and you like to do the following query, SELECT * FROM [LinkedServerName].[DatabaseName].dbo.MyPolygon it will return Objects exposing columns with CLR types are not allowed in distributed queries. Please use a pass-through query to access remote object The work around is SELECT * FROM OPENQUERY([LinkedServerName], &#8216;SELECT * [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/sql/query-table-containing-spatial-datatype-over-linked-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOS delete all svn related folders or files</title>
		<link>http://www.codemeit.com/uncategorized/dos-delete-all-svn-related-folders-or-files.html</link>
		<comments>http://www.codemeit.com/uncategorized/dos-delete-all-svn-related-folders-or-files.html#comments</comments>
		<pubDate>Tue, 21 Aug 2012 03:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=698</guid>
		<description><![CDATA[Run the command on the dir which contains the versioned files or folders. for /d /r . %d in (.svn) do @if exist &#8220;%d&#8221; rd /s/q &#8220;%d&#8221;]]></description>
		<wfw:commentRss>http://www.codemeit.com/uncategorized/dos-delete-all-svn-related-folders-or-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;CleanRiaClientFilesTask&#8221; task failed unexpectedly</title>
		<link>http://www.codemeit.com/not-working/cleanriaclientfilestask-task-failed-unexpectedly.html</link>
		<comments>http://www.codemeit.com/not-working/cleanriaclientfilestask-task-failed-unexpectedly.html#comments</comments>
		<pubDate>Wed, 15 Dec 2010 20:04:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NotWorking]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=683</guid>
		<description><![CDATA[If you are getting the following error while compiling Silverlight project, You can try to delete the obj folder under the current project folder and compile again. Error 43 The &#8220;CleanRiaClientFilesTask&#8221; task failed unexpectedly. System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path) at System.IO.Path.GetDirectoryName(String path) at Microsoft.ServiceModel.DomainServices.Tools.RiaClientFilesTask.&#60;FilesPreviouslyWritten&#62;b__0(String f) at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count) at System.Linq.EnumerableSorter`1.Sort(TElement[] [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/not-working/cleanriaclientfilestask-task-failed-unexpectedly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF RIA Service: Pass Array, List or Collection as parameter to Invoke method.</title>
		<link>http://www.codemeit.com/wcf/wcf-ria-service-pass-array-list-or-collection-as-parameter-to-invoke-method.html</link>
		<comments>http://www.codemeit.com/wcf/wcf-ria-service-pass-array-list-or-collection-as-parameter-to-invoke-method.html#comments</comments>
		<pubDate>Tue, 07 Dec 2010 08:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WCF]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[RIA C#]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/wcf/wcf-ria-service-pass-array-list-or-collection-as-parameter-to-invoke-method.html</guid>
		<description><![CDATA[RIA Service is great WCF service library for Silverlight client, however, I found there are some limitations around customized object. Such as Passing an array, list or collection as parameter to the service method. For example, in RIA service class, public void ProcessProducts&#40;Product&#91;&#93; products&#41; &#123; // code here &#125; Well, this is not allowed by [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/wcf/wcf-ria-service-pass-array-list-or-collection-as-parameter-to-invoke-method.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Silverlight not showing in Firefox</title>
		<link>http://www.codemeit.com/not-working/silverlight-not-showing-in-firefox.html</link>
		<comments>http://www.codemeit.com/not-working/silverlight-not-showing-in-firefox.html#comments</comments>
		<pubDate>Fri, 12 Nov 2010 00:50:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NotWorking]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=671</guid>
		<description><![CDATA[Try add the following line in the style sheet. as it is the wrapper div for the form #silverlightControlHost { height:100%; } In the HTML &#60;div id=&#8220;silverlightControlHost&#8221;&#62; &#160; &#160; &#160; &#160; &#60;object data=&#8220;data:application/x-silverlight-2,&#8221; type=&#8220;application/x-silverlight-2&#8243; width=&#8220;100%&#8221; height=&#8220;100%&#8221;&#62; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160; &#160;&#60;param name=&#8220;source&#8221; value=&#8220;ClientBin/MySilverlight.xap&#8221;/&#62; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160; [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/not-working/silverlight-not-showing-in-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF POX, JSON and SOAP Coexist</title>
		<link>http://www.codemeit.com/wcf/wcf-restful-pox-json-and-soap-coexist.html</link>
		<comments>http://www.codemeit.com/wcf/wcf-restful-pox-json-and-soap-coexist.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 11:51:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WCF]]></category>
		<category><![CDATA[basicHttpBinding]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[POX]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[webHttpBinding]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=145</guid>
		<description><![CDATA[Sometimes, we want to make a service available in different protocols so that clients could have an option to choose one of their favorite methods to consume the web services. Here we are going to talk about how to make one WCF service available in POX(Plain Old XML as XML for short), JSON and SOAP [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/wcf/wcf-restful-pox-json-and-soap-coexist.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Windows Firewall opens a range of ports for Passive FTP server</title>
		<link>http://www.codemeit.com/security/windows-firewall-opens-a-range-of-ports-for-passive-ftp-server.html</link>
		<comments>http://www.codemeit.com/security/windows-firewall-opens-a-range-of-ports-for-passive-ftp-server.html#comments</comments>
		<pubDate>Thu, 12 Aug 2010 23:14:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=635</guid>
		<description><![CDATA[Windows Firewall opens a range of ports for Passive FTP server, you can not add a range on the UI easily, but you can do it in the command line like below. Run the command in the command prompt, e.g. high port range is from 41000 to 41100 FOR /L %P IN (41000,1,41100) DO netsh [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/security/windows-firewall-opens-a-range-of-ports-for-passive-ftp-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL server 2008 SP1 Restart computer checks failed</title>
		<link>http://www.codemeit.com/not-working/sql-server-2008-sp1-restart-computer-checks-failed.html</link>
		<comments>http://www.codemeit.com/not-working/sql-server-2008-sp1-restart-computer-checks-failed.html#comments</comments>
		<pubDate>Tue, 20 Jul 2010 08:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NotWorking]]></category>
		<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=647</guid>
		<description><![CDATA[I was trying to install Biztalk server 2010 beta which requires SQL server 2008 SP1. At beginning of installing SQL server 2008 SP1, it says Restart computer required. It looks something has not been reset or cleared properly. After searching around, I realised that this could be caused by that some pending operations hasn&#8217;t been [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/not-working/sql-server-2008-sp1-restart-computer-checks-failed.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VirtualPathProvider not working for static files under IIS 6</title>
		<link>http://www.codemeit.com/not-working/virtualpathprovider-not-working-for-static-files-under-iis-6.html</link>
		<comments>http://www.codemeit.com/not-working/virtualpathprovider-not-working-for-static-files-under-iis-6.html#comments</comments>
		<pubDate>Tue, 29 Jun 2010 21:45:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NotWorking]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=627</guid>
		<description><![CDATA[If  you have come across embedding the css, javascript and aspx into a separate dll as resources and the website will resolve them by read out from resources by using the custom VirtualPathProvider. One of the ASP.NET plugin architectures used this method and it works quite well. During the development with visual studio built-in development server, everything [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/not-working/virtualpathprovider-not-working-for-static-files-under-iis-6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML generations, the way of the future web development.</title>
		<link>http://www.codemeit.com/html/html-generations-the-way-of-the-future-web-development.html</link>
		<comments>http://www.codemeit.com/html/html-generations-the-way-of-the-future-web-development.html#comments</comments>
		<pubDate>Sat, 26 Jun 2010 03:35:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Application]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=625</guid>
		<description><![CDATA[1991 HTML 1994 HTML 2 1996 CSS 1 + JavaScript 1997 HTML 4 1998 CSS 2 2000 XHTML 1 2002 Tableless Web Design 2005 AJAX 2009 HTML 5 Some highlights from google Chrom HTML , (yes only some points). Some of them were actually presented in google gears. Web SQL Database You can create tables and CRUD the data. Web Worker Multiple threaded [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/html/html-generations-the-way-of-the-future-web-development.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>system.web HttpContextBase can not be found</title>
		<link>http://www.codemeit.com/not-working/system-web-httpcontextbase-can-not-be-found.html</link>
		<comments>http://www.codemeit.com/not-working/system-web-httpcontextbase-can-not-be-found.html#comments</comments>
		<pubDate>Thu, 24 Jun 2010 03:16:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NotWorking]]></category>
		<category><![CDATA[system.web]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=622</guid>
		<description><![CDATA[Not only you need to reference System.Web but also reference System.Web.Abstractions]]></description>
		<wfw:commentRss>http://www.codemeit.com/not-working/system-web-httpcontextbase-can-not-be-found.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iphone xcode: keyboard can not be dismissed</title>
		<link>http://www.codemeit.com/iphone/iphone-xcode-keyboard-can-not-be-dismissed.html</link>
		<comments>http://www.codemeit.com/iphone/iphone-xcode-keyboard-can-not-be-dismissed.html#comments</comments>
		<pubDate>Sun, 06 Jun 2010 12:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=607</guid>
		<description><![CDATA[Firstly, have you saved the interface builder explicitely after making changes for UITextFeild connection? Secondly, check if you have set the delegate of e.g. UITextField&#8217;s delegate attribute to the class containing the implementation of UITextFieldDelegate protocol. which will look like - &#40;BOOL&#41;textFieldShouldReturn:&#40;UITextField *&#41;theTextField &#123; &#160; &#160; if &#40;theTextField == textField&#41; &#123; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/iphone/iphone-xcode-keyboard-can-not-be-dismissed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random scripts</title>
		<link>http://www.codemeit.com/uncategorized/random-scripts.html</link>
		<comments>http://www.codemeit.com/uncategorized/random-scripts.html#comments</comments>
		<pubDate>Sat, 06 Mar 2010 22:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=610</guid>
		<description><![CDATA[SQL transaction try catch template BEGIN TRY BEGIN TRAN &#8211; sql goes here COMMIT END TRY BEGIN CATCH SELECT ERROR_NUMBER() AS ErrorNumber ,ERROR_SEVERITY() AS ErrorSeverity ,ERROR_STATE() AS ErrorState ,ERROR_PROCEDURE() AS ErrorProcedure ,ERROR_LINE() AS ErrorLine ,ERROR_MESSAGE() AS ErrorMessage ROLLBACK END CATCH Very nice blog around WCF security http://www.leastprivilege.com Search object name within SQL database SELECT name [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/uncategorized/random-scripts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSSQL : List all tables with size and row count</title>
		<link>http://www.codemeit.com/sql/mssql-list-all-tables-with-size-and-row-count.html</link>
		<comments>http://www.codemeit.com/sql/mssql-list-all-tables-with-size-and-row-count.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 12:03:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=597</guid>
		<description><![CDATA[It comes to be very handy while analyzing the database tables. Here is a quick and dirty script lists all the tables and their rows counts, data size. DECLARE @table table(Id int IDENTITY(1,1) , Name varchar(256)) INSERT INTO @table SELECT b.name + '.'+ a.name FROM sys.tables a INNER JOIN sys.schemas b ON a.schema_id = b.schema_id [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/sql/mssql-list-all-tables-with-size-and-row-count.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A simplest/dumbest CSharp IDE</title>
		<link>http://www.codemeit.com/uncategorized/a-simplestdumbest-csharp-ide.html</link>
		<comments>http://www.codemeit.com/uncategorized/a-simplestdumbest-csharp-ide.html#comments</comments>
		<pubDate>Sun, 29 Nov 2009 06:40:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=558</guid>
		<description><![CDATA[The tiny WPF app (14k) has a textbox allows the input of the C# code, it compiles the code and execute the code after press F5 key. Here is what it looks like. No surprise. The main part which compiles the code at runtime is using CSharpCodeProvider from Microsoft.CSharp namespace. static CompilerResults Build&#40;string code, IEnumerable&#60;string&#62; [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/uncategorized/a-simplestdumbest-csharp-ide.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS 2008 Project: Group/nest source code files</title>
		<link>http://www.codemeit.com/uncategorized/vs-2008-project-groupnest-source-code-files.html</link>
		<comments>http://www.codemeit.com/uncategorized/vs-2008-project-groupnest-source-code-files.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 08:38:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=569</guid>
		<description><![CDATA[Like windows form project, the design code and source code are grouped together for the ease of code management. You can group any related files in to one expendable tree view. Before grouping After grouping That&#8217;s pretty handy aye! Unfortunately, there is no UI to do this. The only way I&#8217;ve found is to modify [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/uncategorized/vs-2008-project-groupnest-source-code-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Find All Derived Types From Assembly</title>
		<link>http://www.codemeit.com/code-collection/c-find-all-derived-types-from-assembly.html</link>
		<comments>http://www.codemeit.com/code-collection/c-find-all-derived-types-from-assembly.html#comments</comments>
		<pubDate>Sun, 15 Nov 2009 10:20:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Notes]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=523</guid>
		<description><![CDATA[I was always wondering if there is any method to find all derived types for the given type within an assembly. It would be handy to just pass either a class or an interface type and it will return me all its subs. I&#8217;ve come out with a method does that. It finds all the [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/code-collection/c-find-all-derived-types-from-assembly.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>C# different ways of declaring a delegate</title>
		<link>http://www.codemeit.com/code-collection/c-different-ways-of-declaring-a-delegate.html</link>
		<comments>http://www.codemeit.com/code-collection/c-different-ways-of-declaring-a-delegate.html#comments</comments>
		<pubDate>Fri, 30 Oct 2009 06:57:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Notes]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=518</guid>
		<description><![CDATA[Lambda is quick and sweet. class DelegateTests &#160; &#160; &#123; &#160; &#160; &#160; &#160; public void Run&#40;&#41; &#160; &#160; &#160; &#160; &#123; &#160; &#160; &#160; &#160; &#160; &#160; // there are many ways to call method Test &#160; &#160; &#160; &#160; &#160; &#160; // 1, declare Func&#60;int, string&#62; delegate &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/code-collection/c-different-ways-of-declaring-a-delegate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Programming References</title>
		<link>http://www.codemeit.com/uncategorized/quick-programming-references.html</link>
		<comments>http://www.codemeit.com/uncategorized/quick-programming-references.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:40:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=515</guid>
		<description><![CDATA[Ajax, C++, Java, Python, PHP, Perl, ASP, Unix, Ruby, Google, HTML, CSS, XML etc Actionscript Quick reference/Cheatsheet for ActionScript 2.0 Ajax What’s Ajax? Cheat Sheet — PDF Prototype Dissected — Cheat Sheet PNG scriptaculous Combination Effects — Cheat Sheet — PDF Apache Apache Cheat Sheet htaccess Cheatsheet mod_rewrite Cheat Sheet — PNG mod_rewrite Cheat Sheet [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/uncategorized/quick-programming-references.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL XML, select from xml using nodes() function</title>
		<link>http://www.codemeit.com/sql/sql-xml-select-from-xml-using-nodes-function.html</link>
		<comments>http://www.codemeit.com/sql/sql-xml-select-from-xml-using-nodes-function.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 23:42:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=585</guid>
		<description><![CDATA[Very handy function that helps me move small data around. DECLARE @myXml AS XML SET @myXml = &#8216;&#60;ArrayOfProduct&#62; &#160; &#160; &#160; &#160; &#60;Product id=&#34;1&#34;&#62; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;Description&#62;test1&#60;/Description&#62; &#160; &#160; &#160; &#160; &#60;/Product&#62; &#160; &#160; &#160; &#160; &#60;Product id=&#34;2&#34;&#62; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;Description&#62;test2&#60;/Description&#62; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/sql/sql-xml-select-from-xml-using-nodes-function.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
