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 2008 Forums
 SQL Server Administration (2008)
 what is sys.sysallocunits?

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 that
This 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.aspx

http://www.sqlskills.com/blogs/paul/post/CHECKDB-From-Every-Angle-Complete-description-of-all-CHECKDB-stages.aspx
Go to Top of Page

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 Shaw
SQL Server MVP
Go to Top of Page
   

- Advertisement -