sql - Alter Table Alter Column failing for resizing columns -
alter table table_name alter column column_name
is failing while changing column int
bigint
on sql server 2005 sp1 (32-bit).
the same is, however, passing on sql server 2005 sp1 (64-bit) , sql server 2008.
has experienced before? can point me bug raised ms or article pointing this?
edit: error message is:
possible schema corruption. run dbcc checkcatalog.
msg 0, level 20, state 0, line 0
severe error occurred on current command. results, if any, should discarded.
upgrading sql server 2005 sp2 fixes issue. apparently there no bug ever raised this.
thanks
Comments
Post a Comment