<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/7.2.5-stable" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mark Clerget's Blog - Latest Comments on Dynamic T-SQL in Just Minutes!</title>
		<link>http://blogs.consultantsguild.com/index.php?blog=6&#38;disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="http://blogs.consultantsguild.com/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=55" />
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=7.2.5-stable"/>
		<ttl>60</ttl>
		<item>
			<title> Scott in response to: Dynamic T-SQL in Just Minutes!</title>
			<pubDate>Tue, 24 Jan 2006 21:30:30 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_3407">Scott</span></dc:creator>
			<guid isPermaLink="false">c3407@http://blogs.consultantsguild.com/</guid>
			<description>&lt;p&gt;Try &lt;a href=&quot;http://www.sqlscripter.com&quot; class=&quot;linebreak&quot; rel=&quot;nofollow ugc&quot;&gt;www.sqlscripter.com&lt;/a&gt; to generate your scripts. This tool supports all commands (Insert+Update+Delete).&lt;br /&gt;
Its free of charge.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Try <a href="http://www.sqlscripter.com" class="linebreak" rel="nofollow ugc">www.sqlscripter.com</a> to generate your scripts. This tool supports all commands (Insert+Update+Delete).<br />
Its free of charge.</p>]]></content:encoded>
			<link>http://blogs.consultantsguild.com/index.php/dynamic_t_sql_in_just_minutes?blog=6#c3407</link>
		</item>
		<item>
			<title> andrew krenitz in response to: Dynamic T-SQL in Just Minutes!</title>
			<pubDate>Wed, 24 Aug 2005 07:00:50 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_851">andrew krenitz</span></dc:creator>
			<guid isPermaLink="false">c851@http://blogs.consultantsguild.com/</guid>
			<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;How would you write the code to update a table. &lt;/p&gt;

&lt;p&gt;sql = &amp;#8216;update #table set&amp;#8217;+@col+&amp;#8217;= &amp;#8216;+@var+&amp;#8217;where colname =&amp;#8217;+@val&lt;/p&gt;

&lt;p&gt;exec sql&lt;/p&gt;

&lt;p&gt;will this work ?&lt;/p&gt;
</description>
			<content:encoded><![CDATA[<p>Hi,</p>

<p>How would you write the code to update a table. </p>

<p>sql = &#8216;update #table set&#8217;+@col+&#8217;= &#8216;+@var+&#8217;where colname =&#8217;+@val</p>

<p>exec sql</p>

<p>will this work ?</p>
]]></content:encoded>
			<link>http://blogs.consultantsguild.com/index.php/dynamic_t_sql_in_just_minutes?blog=6#c851</link>
		</item>
		<item>
			<title>mclerget in response to: Dynamic T-SQL in Just Minutes!</title>
			<pubDate>Tue, 08 Feb 2005 08:27:27 +0000</pubDate>
			<dc:creator><span class="login user nowrap" rel="bubbletip_user_4"><span class="identity_link_username">mclerget</span></span></dc:creator>
			<guid isPermaLink="false">c14@http://blogs.consultantsguild.com/</guid>
			<description>&lt;p&gt;Thanks David and Gregor for the positive feedback.  &lt;/p&gt;

&lt;p&gt;The purpose of this post was to give primer on the system tables as well as Dynamic SQL for novice to intermediate users.  The next post should provide a solid tool for advanced users as well.  &lt;/p&gt;

&lt;p&gt;&amp;#8211;Mark&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Thanks David and Gregor for the positive feedback.  </p>

<p>The purpose of this post was to give primer on the system tables as well as Dynamic SQL for novice to intermediate users.  The next post should provide a solid tool for advanced users as well.  </p>

<p>&#8211;Mark</p>]]></content:encoded>
			<link>http://blogs.consultantsguild.com/index.php/dynamic_t_sql_in_just_minutes?blog=6#c14</link>
		</item>
		<item>
			<title> David Walker in response to: Dynamic T-SQL in Just Minutes!</title>
			<pubDate>Mon, 07 Feb 2005 22:56:43 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_13">David Walker</span></dc:creator>
			<guid isPermaLink="false">c13@http://blogs.consultantsguild.com/</guid>
			<description>&lt;p&gt;Great article!&lt;/p&gt;

&lt;p&gt;Really looking forward to the next one though! As the previous commentor mentioned, the CREATE TABLE scripts are reasonably easy to come by. But a full script for INSERT is definitely going to be interesting to see!&lt;/p&gt;

&lt;p&gt;Thanks again!&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Great article!</p>

<p>Really looking forward to the next one though! As the previous commentor mentioned, the CREATE TABLE scripts are reasonably easy to come by. But a full script for INSERT is definitely going to be interesting to see!</p>

<p>Thanks again!</p>]]></content:encoded>
			<link>http://blogs.consultantsguild.com/index.php/dynamic_t_sql_in_just_minutes?blog=6#c13</link>
		</item>
		<item>
			<title> gregor suttie in response to: Dynamic T-SQL in Just Minutes!</title>
			<pubDate>Tue, 01 Feb 2005 18:50:24 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_10">gregor suttie</span></dc:creator>
			<guid isPermaLink="false">c10@http://blogs.consultantsguild.com/</guid>
			<description>&lt;p&gt;If you press ctrl-c on a table or stored proc and then do ctrl-v into notepad or any other program such as query anaylser youll get the full create sql as well.&lt;/p&gt;

&lt;p&gt;Cheers&lt;br /&gt;
Gregor &lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>If you press ctrl-c on a table or stored proc and then do ctrl-v into notepad or any other program such as query anaylser youll get the full create sql as well.</p>

<p>Cheers<br />
Gregor </p>]]></content:encoded>
			<link>http://blogs.consultantsguild.com/index.php/dynamic_t_sql_in_just_minutes?blog=6#c10</link>
		</item>
			</channel>
</rss>
