I want to rename the column name of the table which contains data and also i want to check and replace the column name in the stored procedures(50), views(20) and some triggers. Please suggests me the best way to replace it .
One way is to generate the scripts and find & replace( CTRL H)with old columnname to newcolumn in the script file.
One way is to generate the scripts and find & replace( CTRL H)with old columnname to newcolumn in the script file.