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 |
learntsql
524 Posts |
Posted - 2010-09-21 : 06:31:07
|
Hi All,PLz. tell me about sys.sysallocunits system table; I couldnt locate in my databse and help file. and i read thatThis particular system table describes the space that’s allocated to any new user table.TIA. |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-09-21 : 12:02:02
|
http://msdn.microsoft.com/en-us/library/ms179503.aspxhttp://www.sqlskills.com/blogs/paul/post/CHECKDB-From-Every-Angle-Complete-description-of-all-CHECKDB-stages.aspx |
 |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2010-09-21 : 15:19:37
|
It's one of the system tables. What you read is correct, it describes where all tables are stored. It's a hidden system table, that's why you can't query it.--Gail ShawSQL Server MVP |
 |
|
|
|
|