T-SQL script to rename table
Renaming a table is a simple task, however one thing most people miss is to find all table dependencies and replace the table in stored procedures/functions/views using that particular table. A …
T-SQL script to rename table Read More