 




<?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>IT Answers &#187; ANSI norm</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/ansi-norm/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 22:05:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Calling an Oracle stored procedure in SQL Server</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/calling-an-oracle-stored-procedure-in-sql-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/calling-an-oracle-stored-procedure-in-sql-server/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 19:50:54 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[ANSI norm]]></category>
		<category><![CDATA[ANSI SQL]]></category>
		<category><![CDATA[Oracle stored procedures]]></category>
		<category><![CDATA[SQL Server stored procedures]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to call an Oracle stored procedure from SQL Server. The stored procedure is written in ANSI SQL. ORCL is my linked server. I am calling ORCL.USER.PROCEDURE P1, P2, P3 and I am getting this error: Could not execute procedure &#8216;PROCEDURE_NAME&#8217; on remote server &#8216;ORCL&#8217;. &#91;OLE/DB provider returned message: One or more errors occurred [...]]]></description>
				<content:encoded><![CDATA[<p>I need to call an Oracle stored procedure from SQL Server. The stored procedure is written in ANSI SQL. ORCL is my linked server. I am calling ORCL.USER.PROCEDURE P1, P2, P3 and I am getting this error:</p>
<p>Could not execute procedure &#8216;PROCEDURE_NAME&#8217; on remote server &#8216;ORCL&#8217;.<br />
&#91;OLE/DB provider returned message: One or more errors occurred during processing of command.&#93; &#91;OLE/DB provider returned message: Syntax error in {call&#8230;} ODBC Escape.&#93;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/calling-an-oracle-stored-procedure-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LEFT JOIN depending on more conditions</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/left-join-depending-on-more-conditions/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/left-join-depending-on-more-conditions/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 08:01:45 +0000</pubDate>
		<dc:creator>Flopy</dc:creator>
				<category><![CDATA[ANSI norm]]></category>
		<category><![CDATA[Database programming]]></category>
		<category><![CDATA[JOIN statement]]></category>
		<category><![CDATA[LEFT JOIN]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m not sure what says the ansi norm about this SELECT * FROM a LEFT JOIN b ON b.mast_id = a.id AND b.flag = 1. Is it possible (by the ansi norm) to use in &#8220;ON&#8221; condition more then one boolean expression? Like in this case condition compounded by two expressions? Of course, meaning by [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m not sure what says the ansi norm about this SELECT * FROM a LEFT JOIN b ON b.mast_id = a.id AND b.flag = 1. Is it possible (by the ansi norm) to use in &#8220;ON&#8221; condition more then one boolean expression? Like in this case condition compounded by two expressions? Of course, meaning by this that left joined are only these records, which satisfy both condition. Or is the right interpretation that left joined are records that match first condition (b.mast_id = a.id) and then the result set is limited by the second condition (flag=1). Please let me know what You think about it. Thank You.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/left-join-depending-on-more-conditions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.019 seconds using memcached
Object Caching 388/413 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 06:51:28 -->