How can i change the column name.
Answer Posted / durgaprasad
sp_rename 'tablename.oldcolumnname','newcolumnname'
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
What are the difference between primary keys and foreign keys?
What is a transact-sql statement?
What happens when transaction log is full?
Can you type more than one query in the query editor screen at the same time?
How to backup encryption key ?
What is unpivot?
When I delete any data from a table, does the sql server reduce the size of that table?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
What is “asynchronous” communication in sql server service broker?
What are drillthrough reports?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
How to drop existing views from a database in ms sql server?
What does this statement do @@rowcount?
How to list all user defined functions in the current database?
Can we call stored procedure in view in sql server?