Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi all,

Can any one tell me how much of data we can store in a single table and in the database.

(i.e)

Total size of the SINGLE DATA BASE
AND
Total size of the SINGLE TABLE

Size in ( MB or GB )


Note: i didn't mean the used size...
i need the total capacity(size) can single (DB & Table) can store datas.
Posted
Updated 17-Sep-13 3:37am
v2

Max size of a database (32 or 64 bit) is 524,272 TB.

I don't think there's a strict limit on table size, it will be capped by the amount of storage is available and the database cap of course. The number of rows, which would obviously dictate the amount of data in a table, is listed as "Limited by available storage".

See here for full reference; Maximum Capacity Specifications for SQL Server[^]

Hope this helps,
Fredrik
 
Share this answer
 
You can check the link http://msdn.microsoft.com/en-us/library/ms143432.aspx[^] for the capacity related queries for sql server db
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900