Quantcast
Channel: SQLServerCentral » SQL Server 7,2000 » Administration » Latest topics
Viewing all articles
Browse latest Browse all 482

Error while altering a table - maximum row size exceeds

$
0
0
Hi, I am trying to delete one column from my table using ALTER statement and the following is the SQL statement.[b]alter table scTabForm0 drop column DataCaptureAutoTaggingXML[/b]But i got the following error[b]Warning[/b]: The table 'scTabForm0' has been created but its maximum row size (18248) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes.Please help me out from this bug.Thanks in advance.Regards,Hema,

Viewing all articles
Browse latest Browse all 482

Trending Articles