Also bytes per row is limited to max 8060 (also from the link above, or here). varchar types can be longer but still will decrease performance. Since max length for any field is 8 bytes, this is 1024*8 = 8192, a little higher than 8060.
Tuesday, June 17, 2014
MSSQL table row and column limit
The max number of columns allowed in MSSQL database is 1024. Wide table
can contain up to 30000 columns, but it applies only to sparse columns,
meaning most columns should be null and regular/calculated columns number is still
1024, and there is performance issue. This is from this article in MSDN.
Labels:
MSSQL
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2014
(64)
-
▼
June
(17)
- A Python daemon
- A Perl HTTP Web Server - Full source code
- A Perl HTTP Web Server
- A Perl daemon
- Trying out mongoDB
- Convert dmg file to iso on windows
- Move PhpBB from root to subdirectory
- VirtualBox Windows XP guest boot in safe mode
- Mac memory management
- Oracle Linux in VirtualBox
- Share files between OS: FAT, NTFS and exFAT file s...
- The URL Lister extension of Firefox
- MSSQL table row and column limit
- css - make a footer stick to the bottom of page
- VirtualBox cluster and Hadoop
- iPhone development
- Android App Development
-
▼
June
(17)
No comments:
Post a Comment