How can i change the column name.
Answer Posted / desh deepak
sp_rename 'tablename.oldcolumnname',tablenamename.newcolumnn
ame
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What types of replication are supported in sql server?
Does order by actually change the order of the data in the tables or does it just change the output?
when you create a database how is it stored? : Sql server database administration
What are the different types of triggers in SQL SERVER?
Can I use sql azure as a backup with log shipping or database mirroring?
how many clustered indexes can be created on a table? : Sql server database administration
Can we use pragma autonomous_transaction in trigger?
Explain the collation?
How to use group functions in the select clause in ms sql server?
What is msdb database? : SQL Server Architecture
How many types of triggers in sql server?
Give an example of SQL injection attack ?
What are the filtered indexes?
How do you manipulate data?
what is the sql equivaent of the dataset relation object ?