|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Column limitIs there a limit on the number of columns you can create in SQL Server?
I keep hearing 250 but I can't find anything definate. Ken BOL: Maximum Capacity Specifications
Columns per base table: 1024 KenH wrote: Show quote > Is there a limit on the number of columns you can create in SQL Server? > I keep hearing 250 but I can't find anything definate. > > Ken > On 9 Sep 2005 13:10:51 -0700, KenH wrote:
>Is there a limit on the number of columns you can create in SQL Server? Hi Ken,>I keep hearing 250 but I can't find anything definate. > >Ken Did you check Books Online? In the index, "Maximum number of columns per table" points to the description of CREATE TABLE, where (under the heading "Remarks") it says: >>SQL Server can have as many as two billion tables per database and 1,024 columns per table. And the index entry "maximum capacity specifications" takes you to a(...) >>The maximum number of bytes per row is 8,060. table that lists the same number, plus much more information. Best, Hugo -- (Remove _NO_ and _SPAM_ to get my e-mail address) |
|||||||||||||||||||||||