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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Max database and tables 1

Status
Not open for further replies.

rtshort

IS-IT--Management
Feb 28, 2001
878
US
I'm just getting into SQL server for a database. What is the size limit to a database in SQL, overall and tables. I was told there was not limit to the number of tables and the size will grow if it is set to do so. Is this true or is it best to keep tables and max size to a certain limit. After all is said and done, I'll probably have in the neighborhood of 200 to 300 tables. They will be text data only and no BLOB. Every day above ground is a GOOD DAY!!!
 
Database size: 1,048,516 TB
Max Tables: See objects in a database
Objects in a database: 2,147,483,647

Of course, there are physical limitations on your hardware and other considerations. Limits differ for different versions and editions. Check the following link for more info.

Maximum Capacity Specifications SQL 7 and SQL 2000
Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it and comment if you have time.
NOTE: Reference to the FAQ is part of my signature and is not directed at any individual.
 
Thanks for the info and the link. Every day above ground is a GOOD DAY!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top