Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
sbt1
Yak Posting Veteran
89 Posts |
Posted - 2005-03-29 : 10:19:07
|
| I know how to ADD a column, how do I delete a column from a table?Cannot find the syntax for this. |
|
|
amachanic
SQL Server MVP
169 Posts |
Posted - 2005-03-29 : 10:29:08
|
| ALTER TABLE DROP COLUMN---Adam MachanicSQL Server MVPhttp://www.datamanipulation.net |
 |
|
|
|
|
|