 




<?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: Is it possible to give a user access to sql screen wherein he is allowed only to use select commands</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/is-it-possible-to-give-a-user-access-to-sql-screen-wherein-he-is-allowed-only-to-use-select-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/is-it-possible-to-give-a-user-access-to-sql-screen-wherein-he-is-allowed-only-to-use-select-commands/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/is-it-possible-to-give-a-user-access-to-sql-screen-wherein-he-is-allowed-only-to-use-select-commands/#comment-109303</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 17 Jul 2012 21:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/is-it-possible-to-give-a-user-access-to-sql-screen-wherein-he-is-allowed-only-to-use-select-commands/#comment-109303</guid>
		<description><![CDATA[QM queries seem to be the way to go, though there&#039;s no need to create QM queries for them. Just let them use the STRQM command and restrict them from using STRSQL. I don&#039;t recall a way to restrict statements in STRSQL. (There shouln&#039;t be a need to restrict statements. Users shouldn&#039;t have the authority to cause damage with SQL statements, so there shouldn&#039;t be a reason to limit statements.)
&#160;
With QM, an administrator can choose the SQL statements that any user can run. Just set SELECT as the only allowed statement. You might also set the user&#039;s default mode to SQL, and also allow the user to switch to prompted mode if desired.
&#160;
The user can then enter a SELECT statement, get practically the same statement prompting assistance as with STRSQL, and save queries if desired.
&#160;
The big loss is the statement history. But if the history only contains a few different SELECT statements, users might choose just to save each one in their own QM query objects.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>QM queries seem to be the way to go, though there&#8217;s no need to create QM queries for them. Just let them use the STRQM command and restrict them from using STRSQL. I don&#8217;t recall a way to restrict statements in STRSQL. (There shouln&#8217;t be a need to restrict statements. Users shouldn&#8217;t have the authority to cause damage with SQL statements, so there shouldn&#8217;t be a reason to limit statements.)<br />
&nbsp;<br />
With QM, an administrator can choose the SQL statements that any user can run. Just set SELECT as the only allowed statement. You might also set the user&#8217;s default mode to SQL, and also allow the user to switch to prompted mode if desired.<br />
&nbsp;<br />
The user can then enter a SELECT statement, get practically the same statement prompting assistance as with STRSQL, and save queries if desired.<br />
&nbsp;<br />
The big loss is the statement history. But if the history only contains a few different SELECT statements, users might choose just to save each one in their own QM query objects.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigKat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/is-it-possible-to-give-a-user-access-to-sql-screen-wherein-he-is-allowed-only-to-use-select-commands/#comment-109296</link>
		<dc:creator>BigKat</dc:creator>
		<pubDate>Tue, 17 Jul 2012 11:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/is-it-possible-to-give-a-user-access-to-sql-screen-wherein-he-is-allowed-only-to-use-select-commands/#comment-109296</guid>
		<description><![CDATA[are they &quot;fixed&quot; commands (i.e. the same everytime) - create them in QMQRY queries, and add them to a menu for them.
if they have to enter varying parameters (e.g. different customer numbers) you can do that as well.&#160; You will just need to create a &quot;wrapper&quot; program to prompt for the parameters, and then call the query passing it those values.]]></description>
		<content:encoded><![CDATA[<p>are they &#8220;fixed&#8221; commands (i.e. the same everytime) &#8211; create them in QMQRY queries, and add them to a menu for them.<br />
if they have to enter varying parameters (e.g. different customer numbers) you can do that as well.&nbsp; You will just need to create a &#8220;wrapper&#8221; program to prompt for the parameters, and then call the query passing it those values.</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.035 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 05:39:27 -->