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 |
joni
Yak Posting Veteran
50 Posts |
Posted - 2007-03-14 : 09:11:08
|
Hi gurus,When I execute the following command in SQL Server 2000 it work well.ALTER TABLE SALADROP COLUMN SALA_TEM_QUADROThe command(s) completed successfully.When I execute the same command in SQL Server 7.0 I receive the following error.ALTER TABLE SALADROP COLUMN SALA_TEM_QUADROServer: Msg 170, Level 15, State 1, Line 2Line 2: Incorrect syntax near 'SALA_TEM_QUADRO'.Anybody know what is wrong?Thank´sJoni |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-03-14 : 09:23:46
|
Check whether your database in not running in the compatibility level below 7.0Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
joni
Yak Posting Veteran
50 Posts |
Posted - 2007-03-14 : 09:45:40
|
Thank´s harsh_athalye,The compatibility level of my DB was 6.5. Now I change it and work well. Thank you very much for help |
 |
|
|
|
|