How can i change the column name.
Answer Posted / om
the alter command is used to do modification at column level . so in order to change the name of a column we need to use alter .
command:- alter table (table name) rename (old column name) to (new column name)
note :- dont put brackets its just for u to understand
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is default port number for sql server 2000?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What are points to remember while using the fillfactor argument?
New concepts of sql server 2005 use in your project.
How can I get data from a database on another server?
How to delete database objects with "drop" statements in ms sql server?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
List the different normalization forms?
What are the different types of replication you can set up in sql server?
what is difference between view and Dip.
What is the difference between lock, block and deadlock? : sql server database administration
Explain difference between control flow and data flow?
What is difference between primary key and foreign key?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
How can change procedure in sql server?