Yes, database size is
Database size 1,048,516 terabytes for both SQL 2000 and SQL 2005
Oracle 10G
A BIGFILE tablespace's datafile can now hold up to 4,294,967,296
http://www.databasejournal
Main Topics
Browse All TopicsNeed a quick answer - what is the maximum number of records that SQL Server 2000 can handle, SQL 2005 and Oracle 11g
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, database size is
Database size 1,048,516 terabytes for both SQL 2000 and SQL 2005
Oracle 10G
A BIGFILE tablespace's datafile can now hold up to 4,294,967,296
http://www.databasejournal
Hi All
Just so this is clear - the number of records held in a table for SQL Server and Oracle 11g is unlimited.
The limiting factors are;
1) The max size of a row (Data pages) in a table
2) The max size of a Table.
3)The overall max size of the database.
If that is the case, what is the limit for SQL 2000, 2005 and Oracle 11g - thanks
http://msdn2.microsoft.com
SQL 2005 maximum capacity information
You're going to need to calculate it then based on your expected row sizes. I believe table size is also limited to max database size.
For SQL 2000 you'd have to figure how many 8k rows you can stuff into 1,048,516 terabytes.
SQL 2005 is a different beast because you can exceed the 8k per row. Technically, you can do it with SQL 2000 as well since you can use text and binary data types.
What is the max row size you expect?
Business Accounts
Answer for Membership
by: cmangusPosted on 2008-01-23 at 07:17:00ID: 20723910
Do you mean maximum records per table? I don't believe there is a limit with SQL 2000 or 2005. In 2005 and 2000 a database can be a maximum of 1,048,516 terabytes in size.