June 22, 2005 at 9:25 am
Do you know whether SQL Sever 2005 has also the 8060 chars row length limit for tables? If you intalled some beta, you could check the online books => create table -> Remarks
June 22, 2005 at 12:58 pm
Yes, and no. The 8060 limit still applies to tables with fixed width columns, but if you have variable length data types in your table you can get around this limit. The combined total length of your fixed width columns must still be less than 8060 bytes though.
Oh, and your standard varchar, nvarchar, and varbinary data types are still limited to 8000 bytes each.
/*****************
If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek
*****************/
June 22, 2005 at 1:05 pm
So there's just a new datatype (varchar(max)) for using in functions/sps?
June 22, 2005 at 1:18 pm
precisely!
* Noel
June 22, 2005 at 1:21 pm
TX... gonna have to download that beta someday .
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply