<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - Dynamic MSSQL to Oracle query conversion</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - Dynamic MSSQL to Oracle query conversion</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 06:07:29 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 06:07:29 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>4</c9:totalResults>
	<c9:pageCount>-4</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - Dynamic MSSQL to Oracle query conversion</title>
		<description><![CDATA[<p>I have a suite of applications that was designed against MSSQL. We have a new vendor which will involve installing our applications there, but we absolutely must use Oracle in that installation. Other customers being unaffected, we want to keep MSSQL everywhere else.</p><p>Question 1: What are the best practices relevant to this situation?</p><p>Question 2: Is there a way (SDK, etc) to convert TSQL queries to PSQL dynamically (without manually entering them into a UI, etc)?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/af56c46292f9475e856da03f0148d422#af56c46292f9475e856da03f0148d422</link>
		<pubDate>Thu, 26 Apr 2012 19:57:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/af56c46292f9475e856da03f0148d422#af56c46292f9475e856da03f0148d422</guid>
		<dc:creator>tsilb</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SlackmasterK/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Dynamic MSSQL to Oracle query conversion</title>
		<description><![CDATA[<p>I've seen some applications try to use a common subset of SQL that works across MSSQL and Oracle - they don't work out too good. (Plus you end up using none of the more advanced / non-standard features of either because the other can't support it.)</p><p>Unfortunately I think the best way to achieve what you're after is to write the queries again in PLSQL. How hard this will be will vary greatly depending on your number of queries and their complexity. I suspect this route will pay off over time, though and you'll end up with a more solid and/or performant solution.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/32b8f4366f394b6d8b8ba0400141f91e#32b8f4366f394b6d8b8ba0400141f91e</link>
		<pubDate>Fri, 27 Apr 2012 19:32:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/32b8f4366f394b6d8b8ba0400141f91e#32b8f4366f394b6d8b8ba0400141f91e</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Dynamic MSSQL to Oracle query conversion</title>
		<description><![CDATA[<p>To answer your second question, I've not come across any such tool.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/72ca6d5eb10d42a28389a04001422f41#72ca6d5eb10d42a28389a04001422f41</link>
		<pubDate>Fri, 27 Apr 2012 19:33:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/72ca6d5eb10d42a28389a04001422f41#72ca6d5eb10d42a28389a04001422f41</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Dynamic MSSQL to Oracle query conversion</title>
		<description><![CDATA[<p>How about using stored procedures? All the sql lives on the database and you only call the name of the procedure and pass the parameters.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/5ba0a3144e5c4ca7bd53a040017ee2fe#5ba0a3144e5c4ca7bd53a040017ee2fe</link>
		<pubDate>Fri, 27 Apr 2012 23:14:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/5ba0a3144e5c4ca7bd53a040017ee2fe#5ba0a3144e5c4ca7bd53a040017ee2fe</guid>
		<dc:creator>ZippyV</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ZippyV/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>