SQL Server: Script to rename Database Name, Table Name, Column Name

In this post, I am providing different scripts for renaming Database, Table, and Column of SQL Server. In day to day life, renaming Database or other objects is a common requirement for all database professional. But as much as possible, we should avoid this practice because stored procedures or functions are using table or column … Continue reading SQL Server: Script to rename Database Name, Table Name, Column Name