In SQL Server 2000, how many tables can be created in a database and how many fields can be created in each table?

Source: Internet
Author: User

1. Database: 32767 databases. The minimum value is 1 MB and the maximum value is 1 TB.
2. Tables: each database can have a maximum of 2 billion tables.
3. Column: Each table can have a maximum of 1024 columns, and each column has a maximum of 8060 bytes (except for text and image columns ).

Each database of SQL Server can store up to 2 billion tables, and each table can have 1024 columns. The number of rows and total size of a table are limited by the available storage space. Each row can store up to 8,060 bytes. If you create a table with varchar, nvarchar, or varbinary columns, and the total number of bytes of the column exceeds 8,060 bytes, you can still create this table, but a warning message is displayed. If you try to insert a row that exceeds 8,060 bytes or update the row so that the total number of bytes exceeds 8,060, an error message is displayed and the statement execution fails.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.