Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Max no of Columns for a table

Status
Not open for further replies.

sujitopics

Programmer
Joined
Oct 9, 2001
Messages
69
Location
KR
Hi

Can anybody know how many number of columns we can add to a table in sql [maximum number of coumns]
i mean how many no of columns can a table handle without any pblm
if anybody knows please tell me

yours
suji
 
The maximum number of columns per table allowed in SQL Server 7.0 or higher is 1024. The maximum number of bytes allowed per row is 8060.

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top