Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2006-08-25 : 06:47:16
|
what is the maximum table size in sql server |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-08-25 : 06:52:11
|
In terms of data, maximum table size is only limited by the disk space limitation while in terms of size of a single row, it is 8060 bytes (however in practice you may not be able to define table with 8060 bytes of row size )Harsh AthalyeIndia."Nothing is Impossible" |
 |
|
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2006-08-25 : 06:55:42
|
thanks Harsh Athalye and i ahve one more clarifiactionhow cani fetch maximum size table..?Thanks in advanceKrishnakumar.C |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-08-25 : 07:13:53
|
Check this link:[url]http://vyaskn.tripod.com/sp_show_biggest_tables.htm[/url]Harsh AthalyeIndia."Nothing is Impossible" |
 |
|
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2006-08-25 : 07:27:26
|
Thanks Harsh Athalye |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-08-26 : 00:52:18
|
Read about Maximum Capacity Specifications in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
|
|
|
|