|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Sunday, September 25, 2011 6:50 AM
Points: 55,
Visits: 155
|
|
To add this discussion i would like to submit my own work. I have been working on a system that will allow some elements of the software to maintain its self as changes are made during development. this scripts below where my starting point.
here is a script that generates select, insert and update statements
http://www.sqlservercentral.com/scripts/AutoGenerate/65042/ http://www.sqlservercentral.com/scripts/AutoGenerate++++++parameters/64760/
here is the script to remove stored procedures generated with the previous script
http://www.sqlservercentral.com/scripts/Stored+Procedures/65869/
|
|
|
|