If I rename a column using "alter table sales rename column", will it be renamed in the objects that reference it (such as stored procedures)? Or do I have to find these and change them manually?
↧
If I rename a column using "alter table sales rename column", will it be renamed in the objects that reference it (such as stored procedures)? Or do I have to find these and change them manually?