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 |
How to create a ddl trigger using "create trigger" statements?
What is raid? : SQL Server Architecture
What is transaction server implicit?
What is meant by indexing files?
What is resource governor?
I hav 10 records only one column 1,2,3,4,5......10 now am writing query select max(column name) Then What is The Output
How to create view in stored procedure sql server?
Detail about the hardware which is supported by SQL server?
What are the steps to insert a table?
what is an sql server?
How to Get the last identity value used
What is Dependency Injection and provide example?
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)