What is the maximum number of columns that you can create in one table? Let's say the data type of each column is smallint 2 ( except two columns are varchar(300) )
quote:From BOL SQL Server can have as many as two billion tables per database and 1,024 columns per table. The number of rows and total size of the table are limited only by the available storage. The maximum number of bytes per row is 8,060.
Big question... are you afraid of hitting the maximum?? Why so many columns
Scriptures, n. The sacred books of our holy religion, as distinguished from the false and profane writings on which all other faiths are based. -Ambrose Bierce, writer (1842-1914) [The Devil's Dictionary]