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 default order of an order by clause?
Explain about Views?
What do you understand by coalesce in sql server?
What is advantage data architect?
What are the recovery models for a database?
What is table join?
What does truncate do?
What are data regions?
Explain primary key in sql server?
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.
What are key, name and value columns of an attribute? : sql server analysis services, ssas
How to list all field names in the result set using mssql_field_name()?
What is triggers in ms sql server?
How to start and end transact-sql statements?
How many types of functions are there in sql server?