<?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>RichNetApps &#187; sql</title>
	<atom:link href="http://www.richnetapps.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richnetapps.com</link>
	<description>Internet Applications - Flash, Flex, Silverlight, JavaFX</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:40:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LINQ Demystified : Using LINQ on Existing Data Model</title>
		<link>http://www.richnetapps.com/linq-demystified-using-linq-on-existing-data-model/</link>
		<comments>http://www.richnetapps.com/linq-demystified-using-linq-on-existing-data-model/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:27:51 +0000</pubDate>
		<dc:creator>Sanda Borlea</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.richnetapps.com/?p=478</guid>
		<description><![CDATA[As many other times, I came across this issue having to begin at the wrong end, i.e. having the result and in need of the problem. The samples and recommended procedures offer  - as in most cases -  only the simplest examples. The workaround is often tedious and in absence of feedback uncertain.]]></description>
		<wfw:commentRss>http://www.richnetapps.com/linq-demystified-using-linq-on-existing-data-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access 2007 and NULLs</title>
		<link>http://www.richnetapps.com/access_2007_and_nulls/</link>
		<comments>http://www.richnetapps.com/access_2007_and_nulls/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 11:54:39 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I wasted several hours not realizing that MS Access 2007 doesn&#8217;t display NULLs in a table. It all started when we&#8217;ve been asked to patch up an old project whose authors have gone missing. The application was ASP.NET 1.1 with an Access db and no source code and no documentation. Oh, the joy! The database [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/access_2007_and_nulls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting rootless XmlReader to XmlDocument in .NET</title>
		<link>http://www.richnetapps.com/converting_xmlreader_to_xmldocument_in_n/</link>
		<comments>http://www.richnetapps.com/converting_xmlreader_to_xmldocument_in_n/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 11:56:14 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[MS SQL has the ability to retrieve data as XML by using the &#8220;FOR XML [RAW &#124; AUTO [ELEMENTS] &#124; EXPLICIT]&#8221; parameters, which is very useful especially when used in a web service that communicates with a Flash / Flex client as the results don&#8217;t have to be converted, but just output to the client. [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/converting_xmlreader_to_xmldocument_in_n/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Forgot or lost SQL Server &#8220;sa&#8221; password</title>
		<link>http://www.richnetapps.com/forgot_or_lost_sql_server_sa_password_1/</link>
		<comments>http://www.richnetapps.com/forgot_or_lost_sql_server_sa_password_1/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 11:45:47 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here&#8217;s a neat thing to remember if you&#8217;re using MSSQL: To change the &#8220;sa&#8221; password, login to your computer using an administrator account. Open your SQL Server and log in using Windows Authentication. Open a new query window and type in the following command: sp_password @new = 'new_password', @loginame = 'sa' After that go to [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/forgot_or_lost_sql_server_sa_password_1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A very fast introduction on Mysql triggers</title>
		<link>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/</link>
		<comments>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 11:22:11 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[triggers]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I started to work on a pet project for tracking deleted/pending domains (myDomainTracker) and after starting development I was facing a big problem: How to do the data validation directly from MySQL ? Many times I wanted to do data validation directly when inserting into a MySQL table and leave the source code of my [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Multiple queries and one transaction</title>
		<link>http://www.richnetapps.com/multiple_queries_and_one_transaction/</link>
		<comments>http://www.richnetapps.com/multiple_queries_and_one_transaction/#comments</comments>
		<pubDate>Mon, 03 Apr 2006 11:46:56 +0000</pubDate>
		<dc:creator>Sanda Borlea</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I just need to post this as all examples I found were explaining how to use transaction in a &#60;cftry&#62; and &#60;cfcatch&#62; block with only one query. But if you have a query file to include in your Fusebox application, that does multiple queries and only one needed to be in a transaction block, then [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/multiple_queries_and_one_transaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the Current Date for PL/SQL</title>
		<link>http://www.richnetapps.com/get_the_current_date_for_pl_sql/</link>
		<comments>http://www.richnetapps.com/get_the_current_date_for_pl_sql/#comments</comments>
		<pubDate>Fri, 23 Dec 2005 11:33:35 +0000</pubDate>
		<dc:creator>Sanda Borlea</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is not really a post, just a small note on an item that can make you lose precious time hunting for&#8230; To get the current date in a PL/SQL query in order to compare it with other fields or data from the Oracle database, do this: select extract(year from sysdate) from dual This gets [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/get_the_current_date_for_pl_sql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced

Served from: www.richnetapps.com @ 2012-02-04 22:18:52 -->
