Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change the name of a column in a table

Status
Not open for further replies.

amunim

Technical User
Aug 4, 2000
3
0
0
NL
I am using SQL 7 and would like only to change the name of the column using SQL commands
 
You can use either the sp_rename stored procedure or, in the Enterprise Manager, right-clicking the table and choose Design&nbsp;&nbsp;Table; you can change the column name in the resulting grid. <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
You can use access 2000 as a table designer for sql server, I find it useful.&nbsp;&nbsp;You can do your triggers etc from there too, its pretty neat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top