﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Samardeep Khera  / Automatic Generation of Insert, Update and Delete stored procedures / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 08:47:32 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>How can I do the same thing for all user database without running this script for all database one by one ?I am looking for a way to do it by one script only, then less human error.</description><pubDate>Wed, 17 Mar 2010 23:27:46 GMT</pubDate><dc:creator>marrowyung-701823</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>just put print statements after creation of every SP so that u can know which part is causing the problem..or post your script..</description><pubDate>Tue, 03 Nov 2009 22:00:26 GMT</pubDate><dc:creator>SAMARDEEP</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>[quote][b]DWIGHT RUTLEDGE (8/13/2009)[/b][hr]I had to also do the replacement for spaces. However, I have a weird issue. I copied it into one database and it works great. However, I put it into another database it  just returns that command(s) completed successfully but there are not procs created. Both databases are SQL 2008 standard.[/quote]I have the same issue - no procs created (sqlserver express 2008)</description><pubDate>Tue, 03 Nov 2009 17:19:46 GMT</pubDate><dc:creator>lukas-311170</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>Why do you use ALTER instead of CREATE when you create the Stored Procedures? I have enabled the Print option to see that it is you use the actually create the SP, then I copy what gets printed and execute it and SQL 2005 complains but if I change ALTER to CREATE I get past that issue.</description><pubDate>Fri, 14 Aug 2009 14:39:49 GMT</pubDate><dc:creator>paul.m.cohen</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>HI..Just try to debug it and see where the problem is..there may be a problem with compatible data type..and if it is then you can easily resolve it..Regards..</description><pubDate>Thu, 13 Aug 2009 23:18:06 GMT</pubDate><dc:creator>SAMARDEEP</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>I had to also do the replacement for spaces. However, I have a weird issue. I copied it into one database and it works great. However, I put it into another database it  just returns that command(s) completed successfully but there are not procs created. Both databases are SQL 2008 standard.</description><pubDate>Thu, 13 Aug 2009 16:44:23 GMT</pubDate><dc:creator>DWIGHT RUTLEDGE</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>Hi paul..Thanks for the "timestamp" issue..would rectify it soonRegards</description><pubDate>Wed, 12 Aug 2009 23:19:42 GMT</pubDate><dc:creator>SAMARDEEP</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>Hi..Thanks for bringing this in notice..actually this is a browser problem and i'd try to rectify it in next post..Thanks</description><pubDate>Wed, 12 Aug 2009 23:18:01 GMT</pubDate><dc:creator>SAMARDEEP</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>The routine does not work for "timestamp" columns. I get three errors one for each procedure that is being created. Had the same problem with "3f" character except my browser showed them as spaces but Visual Studio did not understand them at all and gave a useless error message.PS Thanks for the routine, it will be extremely useful.</description><pubDate>Wed, 12 Aug 2009 12:19:48 GMT</pubDate><dc:creator>paul.m.cohen</dc:creator></item><item><title>RE: Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>I had to replace x'3f' with spaces globally before the code would parse. These showed up as squares in my browser.</description><pubDate>Wed, 12 Aug 2009 09:45:37 GMT</pubDate><dc:creator>paul price-200520</dc:creator></item><item><title>Automatic Generation of Insert, Update and Delete stored procedures</title><link>http://www.sqlservercentral.com/Forums/Topic760295-1606-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/scripts/Stored+procedure+generation/67630/"&gt;Automatic Generation of Insert, Update and Delete stored procedures&lt;/A&gt;[/B]</description><pubDate>Mon, 27 Jul 2009 12:41:04 GMT</pubDate><dc:creator>SAMARDEEP</dc:creator></item></channel></rss>