Guy,
Sorry, but the maximum number of bytes per row is non-configurable.
Your best option **probably** is:
Break the table into two, in a one-to-one relationship ... you might even
have some performance gains by doing this, if you relegate not frequently
accessed columns to the new table.
There are one or two options also (there's usually more than one way to skin
a cat), but this would definitely be my first suggestion.
----------------------------------------------------------------
BP Margolin
Please reply only to the newsgroups.
When posting, inclusion of SQL (CREATE TABLE ..., INSERT ..., etc.) which
can be cut and pasted into Query Analyzer is appreciated.
Quote:> Hi all,
> Is it possible to enlarge the total row size?
> I get an error that says: "The total row size (14908) for table 'book'
> exceeds the maximum number of bytes per row (8060)."
> It is immpossible for me to cut this number down as this is an Sybase
> database that I'm transferring to MS-SQL Server.
> What can I do???
> guy.