How can i change the column name.
Answers were Sorted based on User's Feedback
Answer / vikneswaran
cannot change column name
but can change size of the data type
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / desh deepak
sp_rename 'tablename.oldcolumnname',tablenamename.newcolumnn
ame
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / kshirsagar sambhaji
ALTER TABLE table_name
RENAME COLUMN old_name to new_name;
| Is This Answer Correct ? | 3 Yes | 11 No |
Why functions are used in sql server?
How to change the data type of an existing column with "alter table" statements in ms sql server?
Explain sp_configure commands, set commands?
Can we write trigger for view?
Can you give an example of Stored Procedure?
What is sql collation?
Explain contrast amongst grouped and non-bunched records?
What do you mean by COLLATION?
What are the types of dml?
how to get rank of diffrent student in same table based on newly inserted row in sql server2008
Can sql server be linked with other servers like oracle?
Can we call a function that has out parameter in select statement
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)