0

The maximum possible database size of a SQL Server 2012 Web Edition is 524PB. What if I have tables partitioned in it? Can each table hold 524PB of data or should the sum of all table sizes (i.e. the actual db size) be 524PB?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

1

Database objects include objects such as tables, views, stored procedures, user-defined functions, triggers, rules, defaults, and constraints.

Then the sum of all object must be <= 524,272 terabytes

Maximum Capacity Specifications for SQL Server

Fabio
  • 1,890
  • 1
  • 15
  • 19