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 |
Do you know the isolation level that sql server support?
can you tell me some sites name for sql server 2000 commands with example??? plz reply soon.
What does normalization do to data?
What does the on delete cascade option do?
How to automatically create a log when an exception is being received into SQL Server?
What are the functions in sql server?
What is change data capture (cdc) in sql server 2008?
How to Create Login and User through query in Sql server 2005.and also how to delete Login and User through query?
What is a Join in SQL Server?
List down some advantages of sql stored procedure?
What are the advantages dts has over bcp?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
Oracle (3259)
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)