<?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>SQL Server Planet &#187; OracleEquivalents</title>
	<atom:link href="http://sqlserverplanet.com/category/oracleequivalents/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Thu, 03 May 2012 23:47:51 +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>Trunc Date in SQL Server</title>
		<link>http://sqlserverplanet.com/oracleequivalents/trunc-date-sql-server</link>
		<comments>http://sqlserverplanet.com/oracleequivalents/trunc-date-sql-server#comments</comments>
		<pubDate>Sun, 04 Jul 2010 16:14:19 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[OracleEquivalents]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1606</guid>
		<description><![CDATA[In Oracle there is a function (trunc) used to remove the time portion of a date. In order to do this with SQL Server, you need to use the convert function. Convert takes 3 parameters, the datatype to convert to, the value to convert, and an optional parameter for the formatting style. It is this [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/oracleequivalents/trunc-date-sql-server/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rownum in SQL Server</title>
		<link>http://sqlserverplanet.com/oracleequivalents/rownum-in-sql-server</link>
		<comments>http://sqlserverplanet.com/oracleequivalents/rownum-in-sql-server#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:53:57 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[OracleEquivalents]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1456</guid>
		<description><![CDATA[Prior to SQL Server 2005, there was no inherent function to generate a rownumber within a row. There is a workaround however for SQL 2000. If you are on SQL 2005+, then you will utilize the following function: Method 1 -- SQL 2005+ SELECT RowNumber = ROW_NUMBER() OVER (ORDER BY c.CustomerID ASC) ,c.* FROM SalesLT.Customer [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/oracleequivalents/rownum-in-sql-server/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL Server Contains Equivalent</title>
		<link>http://sqlserverplanet.com/oracleequivalents/sql-server-contains-equivalent</link>
		<comments>http://sqlserverplanet.com/oracleequivalents/sql-server-contains-equivalent#comments</comments>
		<pubDate>Sun, 11 Apr 2010 21:59:57 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[OracleEquivalents]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1292</guid>
		<description><![CDATA[Many Oracle developers trying to find the SQL Server function compatible with their Contains clause will most likely end up on this page. Therefore, this page title is directed towards the Oracle developer rather than for the SQL Server&#8217;s Contains function which is used for full-text searching. The most similar function to Oracle&#8217;s contains is [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/oracleequivalents/sql-server-contains-equivalent/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

