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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-01-19 : 09:58:38
|
Graeme writes "My identity coumn is INT, I tried simply using ALTER TABLE to change the column to the same data type but without the identity keyword:
ALTER TABLE mytable ALTER COLUMN myIDCol INT
but the query is still running 20 minutes later. Is there a better way? Should this method have worked?
TIA" |
|
|
|
|
|