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
How to rename databases in ms sql server?
Please explain go command in sql server?
How to insert data with null values?
What are the new scripting capabilities of ssms? : sql server management studio
Can we add our custom code in ssis?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
what information is maintained within the msdb database? : Sql server administration
How do I find information about the install locations for the various instances running on a computer?
How to skip remaining statements in a loop block using continue statements?
What is log shipping?
What is the partitioning method?
What are the fixed server level roles? : sql server security
What is ems sql management studio? : sql server management studio
Write down the syntax and an example for create, rename and delete index?
List out some of the requirements to set up a sql server failover cluster?