<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to use T4 to generate CRUD stored procedures</title>
	<link>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/</link>
	<description>Me.Write(code)</description>
	<pubDate>Fri, 12 Mar 2010 00:45:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-2128</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Sat, 22 Aug 2009 17:31:33 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-2128</guid>
		<description>What you see is what you get. Sorry. If you are using CRUD procedures and would be interested in finishing implementation of this code generator, I can help you incorporate it in &lt;a href="http://t4toolbox.codeplex.com" rel="nofollow"&gt;T4 Toolbox&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>What you see is what you get. Sorry. If you are using CRUD procedures and would be interested in finishing implementation of this code generator, I can help you incorporate it in <a href="http://t4toolbox.codeplex.com" rel="nofollow">T4 Toolbox</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanke</title>
		<link>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-2121</link>
		<dc:creator>kanke</dc:creator>
		<pubDate>Sat, 22 Aug 2009 06:17:57 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-2121</guid>
		<description>I am interest on adding SELECT stored-proc based on primary keys. Is there any update on the downloaded code?</description>
		<content:encoded><![CDATA[<p>I am interest on adding SELECT stored-proc based on primary keys. Is there any update on the downloaded code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-1157</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Tue, 03 Mar 2009 18:23:00 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-1157</guid>
		<description>Matt, 

No, just a lack of time. Let me know if you are interested in implementing this. This would be a good code generator to add to the T4 Toolbox.</description>
		<content:encoded><![CDATA[<p>Matt, </p>
<p>No, just a lack of time. Let me know if you are interested in implementing this. This would be a good code generator to add to the T4 Toolbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-1156</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 03 Mar 2009 18:12:56 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-1156</guid>
		<description>Is there a specific reason why SELECT stored procedures are not supported?</description>
		<content:encoded><![CDATA[<p>Is there a specific reason why SELECT stored procedures are not supported?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-894</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Wed, 17 Dec 2008 11:33:09 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-894</guid>
		<description>Thanks, Mike. I didn't have a chance to try this with SQL Server 2008 yet.</description>
		<content:encoded><![CDATA[<p>Thanks, Mike. I didn&#8217;t have a chance to try this with SQL Server 2008 yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-892</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 17 Dec 2008 07:30:21 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/01/how-to-use-t4-to-generate-crud-stored-procedures/#comment-892</guid>
		<description>Hello Oleg,

Great Tutorial.  I had to modify 2 of the assembly versions for this to work with SQL Server 2008.  Also the third assembly needed to be added.

&lt;#@ assembly name="Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" #&gt;
&lt;#@ assembly name="Microsoft.SqlServer.Smo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" #&gt;
&lt;#@ assembly name="Microsoft.SqlServer.Management.Sdk.sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" #&gt;

Thanks,

Mike</description>
		<content:encoded><![CDATA[<p>Hello Oleg,</p>
<p>Great Tutorial.  I had to modify 2 of the assembly versions for this to work with SQL Server 2008.  Also the third assembly needed to be added.</p>
<p>< #@ assembly name="Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" #><br />
< #@ assembly name="Microsoft.SqlServer.Smo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" #><br />
< #@ assembly name="Microsoft.SqlServer.Management.Sdk.sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" #></p>
<p>Thanks,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
