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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 maximum table size

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 Athalye
India.
"Nothing is Impossible"
Go to Top of Page

CSK
Constraint Violating Yak Guru

489 Posts

Posted - 2006-08-25 : 06:55:42
thanks Harsh Athalye and i ahve one more clarifiaction

how cani fetch maximum size table..?

Thanks in advance
Krishnakumar.C
Go to Top of Page

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 Athalye
India.
"Nothing is Impossible"
Go to Top of Page

CSK
Constraint Violating Yak Guru

489 Posts

Posted - 2006-08-25 : 07:27:26
Thanks Harsh Athalye
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-08-26 : 00:52:18
Read about Maximum Capacity Specifications in sql server help file

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-08-26 : 02:37:17
quote:

http://vyaskn.tripod.com/sp_show_biggest_tables.htm



Harsh, very useful link

Chirag
Go to Top of Page
   

- Advertisement -