How can i change the column name.
Answer Posted / sanjay
ALTER TABLE tablename CHANGE oldname newname varchar (10) ;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how dts is used to extract, transform and consolidate data?
How to delete duplicate rows?
What is ms sql server service broker?
What is the Difference Between Primary and Foreign Key?
Can I disable or restrict ssrs export formats (rendering formats)?
Define inner join in sql server joins?
List out different types of normalizations in sql server and explain each of them?
What is update_statistics command?
Can We Use Data-grids For Our Report In Ssrs?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
What is the use of “join” in sql server?
Can you use order by when defining a view?
What is difference between rollback immediate and with no_wait during alter database?
How does stuff differ from the replace function?
Explain full-text query in sql server?