Jack
CREATE TABLE #Test
(
col VARCHAR(9000)
)
SELECT * FROM #Test
If you want to stote more than 806 define the column AS TEXT datatype
[quoted text, click to view] "Jack" <jouin@webfoxmail.com> wrote in message
news:%23RAUJT9FFHA.3648@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> I am getting this error:
>
> Cannot create a row of size 8068 which is greater than the allowable
maximum
> of 8060
>
> When updating/added row to SQL 2000 on Windwos 2003.
>
> Thanks for all you help,
>
> Jack
>
>