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
How many triggers you can have on a table?
What are sql dirty pages?
What is difference between delete & truncate commands?
What is difference between temp table and cte?
What is a performance monitor?
Are null values the same as that of zero or a blank space?
How to write a query with a right outer join in ms sql server?
List out a number of the wants to setup a SQL Server failover cluster?
Explain the truncate command? : SQL Server Architecture
What is it unwise to create wide clustered index keys?
Is it safe to delete log files?
How to generate create function script on an existing function?
Tell me the difference between clustered and non-clustered index?
How to list all login names on the ms sql server?
List out the differences between global and local temp tables in sql server?