<?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: Creating a simple FrontEnd using Reporting Services and Merge</title>
	<atom:link href="http://www.sqlserver007.com/2009/12/07/creating-reporting-services-as-frontend-using-merge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlserver007.com/2009/12/07/creating-reporting-services-as-frontend-using-merge/</link>
	<description>Blog on SQL SERVER and Business Intelligence  by Vivekanand Serou</description>
	<lastBuildDate>Wed, 30 Jun 2010 19:16:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Vivek</title>
		<link>http://www.sqlserver007.com/2009/12/07/creating-reporting-services-as-frontend-using-merge/comment-page-1/#comment-2081</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Mon, 21 Dec 2009 13:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlserver007.com/?p=321#comment-2081</guid>
		<description>ya thanks</description>
		<content:encoded><![CDATA[<p>ya thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesare</title>
		<link>http://www.sqlserver007.com/2009/12/07/creating-reporting-services-as-frontend-using-merge/comment-page-1/#comment-2080</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Mon, 21 Dec 2009 13:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlserver007.com/?p=321#comment-2080</guid>
		<description>humm I think I know all these people that comment here ;-D

Nice one mate!
I like this approach as a quick soultion!!!

Cesare</description>
		<content:encoded><![CDATA[<p>humm I think I know all these people that comment here ;-D</p>
<p>Nice one mate!<br />
I like this approach as a quick soultion!!!</p>
<p>Cesare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jez</title>
		<link>http://www.sqlserver007.com/2009/12/07/creating-reporting-services-as-frontend-using-merge/comment-page-1/#comment-1943</link>
		<dc:creator>Jez</dc:creator>
		<pubDate>Tue, 08 Dec 2009 09:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlserver007.com/?p=321#comment-1943</guid>
		<description>Nice idea.  Need to ensure that the user experience is still a pleasant one, but will surely be useful for small inputs.

A function could be created to sanitise all user input data, for example WP has the following suite of functions for validating data before committing to the db:  http://codex.wordpress.org/Data_Validation</description>
		<content:encoded><![CDATA[<p>Nice idea.  Need to ensure that the user experience is still a pleasant one, but will surely be useful for small inputs.</p>
<p>A function could be created to sanitise all user input data, for example WP has the following suite of functions for validating data before committing to the db:  <a href="http://codex.wordpress.org/Data_Validation" rel="nofollow">http://codex.wordpress.org/Data_Validation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Ford</title>
		<link>http://www.sqlserver007.com/2009/12/07/creating-reporting-services-as-frontend-using-merge/comment-page-1/#comment-1938</link>
		<dc:creator>Marcus Ford</dc:creator>
		<pubDate>Tue, 08 Dec 2009 00:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlserver007.com/?p=321#comment-1938</guid>
		<description>Very Interesting...I can hear all the sceptics shouting about SQL Injection right now.

...&quot;So you have a user, and he knows this website that shows you how to do sql injection.&quot;

Not to worry, this stored procedure is pretty good at parameterization, so the developer clearly took SQL Injection into account and protected his server from it.

If he was careless and did something like

set @sql = @sql + @someparameter
Exec(@sql)

And he was connecting to the database using an account that had sysadmin rights then there is margin for mayhem.

Nice work, you didn&#039;t need to write any C# code here and it took less than 10 mins to put together and you can put your bosses fears to bed about SQLInjection.

:)

M.</description>
		<content:encoded><![CDATA[<p>Very Interesting&#8230;I can hear all the sceptics shouting about SQL Injection right now.</p>
<p>&#8230;&#8221;So you have a user, and he knows this website that shows you how to do sql injection.&#8221;</p>
<p>Not to worry, this stored procedure is pretty good at parameterization, so the developer clearly took SQL Injection into account and protected his server from it.</p>
<p>If he was careless and did something like</p>
<p>set @sql = @sql + @someparameter<br />
Exec(@sql)</p>
<p>And he was connecting to the database using an account that had sysadmin rights then there is margin for mayhem.</p>
<p>Nice work, you didn&#8217;t need to write any C# code here and it took less than 10 mins to put together and you can put your bosses fears to bed about SQLInjection.</p>
<p> <img src='http://www.sqlserver007.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>M.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
