Hi all,
I have a table name Tbl_Invc. For this table, I have more than 10 Stored procedure dependencies.
In this Table Tbl_Invc, I have one field "Chk_Inv_Amt".
Now my question is want to rename this field "Chk_Inv_Amt" to "Updt_Inv_Amt", this same field should replace all dependent Stored procedures also without opening Stored procedures one by one. I want to update all SP's at a time.
Is it possible to update it? If possible then give a good example.
Thanks & Regards,
Nagaraju