Viewing 7 posts - 1 through 8 (of 8 total)
Thanks for the Great Info 🙂
I resolved my issue by recreating the Index.
However the above query which you have written is not working. it is not returning the...
October 12, 2011 at 4:12 am
Thanks for your reply.
It is very useful. But how could i know what are the indexes and constraints on column..?
and second is some one has created the indexes and...
October 12, 2011 at 3:00 am
Thanks,
It is not upgraded. I have used DBCC UpdateUsage it will work. However it is taking some time. I want to an alternative for that.. ?
September 27, 2011 at 3:31 am
I am using sysindexes for Server 2000 and
sys.allocation_units for 2005 and up, to get the reservedpages ( Allocated Size).
is it enough to get accurate values.. ?
Thanks In Advance
Kumar
September 7, 2011 at 7:05 am
Actually i am working with alarms. for that i am using the formula
unallocated_size=Size-allocated_size (getting from sysindexes);
as transaction log full, finally i am getting the negative unallocated size, which invoking...
September 7, 2011 at 6:42 am
It is MsSql 2005 and up, that too i am dealing with database of size 20 to 50 GB. and i need to get the accurate size of the database...
September 7, 2011 at 6:32 am
Viewing 7 posts - 1 through 8 (of 8 total)