SQL Rename column SQL Server - 28.11.19 - ErcanOPAK EXEC sp_RENAME 'TableName.OldColumnName' , 'NewColumnName', 'COLUMN' Related posts:SQL: Eliminating Key Lookups with Covering Indexes (INCLUDE)SQL Tip: "NULL" should not be compared directlySQL Tables Age Worse Than Code Post Views: 86