How can i change the column name.
Answer Posted / y.narendra kumar
This example renames the contact title column in the
customers table to title.
EXEC sp_rename 'customers.[contact
title]', 'title', 'COLUMN'
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between composite index and covering index?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
What are the reporting services components?
How do I delete a sql server database?
Write a SQL queries on Self Join and Inner Join.
How many types of subqueries are there in sql server?
What is bcp? When does it used?
What are the benefits of normalization?
Do you know spatial data types - geometry and geography in sql server 2008?
How do you migrate data from mssql server to azure?
What is difference between temp table and cte?
How can you append an identity column to a temporary table?
What is a trigger in sql server?
In which format does an image save in SQL Server database ?
What happens if you add a new index to large table?