
August 13th, 2008, 02:26 PM
|
|
Registered User
|
|
Join Date: Aug 2008
Posts: 1
Time spent in forums: 30 m 39 sec
Reputation Power: 0
|
|
|
Renaming Database Columns/Table Names
Hi, I'm wondering if there is a quick way to rename database column and table names in Microsoft SQL Server so that the change is applied to all other database objects (Tables, Views, Stored Procedures etc.) which depend on that table. Is it possible?
At the moment I'm doing it manually by going through the list of dependencies generated via the object dependencies pop up and then doing a find a replace within those objects.
Thanks
icekube12jr
|