<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Can you force a user input in a SQL statement, then have the statement continue running</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/can-one-in-an-sql-statement-when-run-in-sql-force-a-user-input/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/can-one-in-an-sql-statement-when-run-in-sql-force-a-user-input/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 04:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-one-in-an-sql-statement-when-run-in-sql-force-a-user-input/#comment-61435</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Thu, 26 Mar 2009 20:57:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-61435</guid>
		<description><![CDATA[Microsoft SQL Server doesn&#039;t provide a way to do this.  All inputs have to be supplied by the user before the code is executed against the database.  If you are using Oracle however it can prompt the user for input when using SQLPlus.  (You didn&#039;t specify the platform you are using)

What ever front end you are using should handle the input of data from the user.  Let the database simply handle the data processing and storage.]]></description>
		<content:encoded><![CDATA[<p>Microsoft SQL Server doesn&#8217;t provide a way to do this.  All inputs have to be supplied by the user before the code is executed against the database.  If you are using Oracle however it can prompt the user for input when using SQLPlus.  (You didn&#8217;t specify the platform you are using)</p>
<p>What ever front end you are using should handle the input of data from the user.  Let the database simply handle the data processing and storage.</p>
]]></content:encoded>
	</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/10 queries in 0.029 seconds using memcached
Object Caching 267/273 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 07:16:14 -->