April 1, 2011 at 1:13 am
Hi,
We have a database which contain 500 tables.As per the modification of the Database we want to add a column CustID to all tables.There are lot of User SP which issues insert statement.We have to add this CustID to all the Insert Statement SP's.IS there is any way to acheive this other than manually editing the SP's.Since there are Lot of SP's It is very difficult to do it manually.
Regards
Varun R
April 1, 2011 at 6:12 am
adding the column to every table, or the parameter to every procedure could be scripted from the meta data,but...
the procedures are the problem; every procedure has to be hand edited in order to decide WHAT to do with the new parameter...you don't want to add a parameter and then not do anything with it.
Lowell
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply