April 14, 2009 at 7:16 am
I'n creating a clustered index on a 800 mill row and am worried my used datafile space might be hitting the max size.
How can I monitor this in SQL2000? sp_spaceused hangs or is blocked rather.
tks
thanks
SQL_EXPAT
April 15, 2009 at 4:21 pm
Why don't you try fetching that info using the standard reports if your instance version is SP2 or later.
MJ
April 15, 2009 at 8:43 pm
You can estimate the size of your clustered index...
April 16, 2009 at 6:25 am
the reports are blocked by the CREATE INDEX
thanks
SQL_EXPAT
April 16, 2009 at 6:26 am
yes, but this doesn't tell me how much free space you'll need for the SORT.
thanks
SQL_EXPAT
April 16, 2009 at 6:50 am
Sort operation, but this is estimate.
http://msdn.microsoft.com/en-us/library/ms179542.aspx
The second link shows a example with sort too
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply