April 23, 2014 at 2:55 pm
Hi All,
Having a DB of 400GB,with 3 .ndf files and don't have any additional file group for indexing, the SP's which are associated with this main table(ExceptionsTrackingTable) having records of 125 Million having an issue.
The table records shows this.
table name: ExceptionsTrackingTable
number of rows: 125285250
reservedsize : 194574576 KB
Datasize: 97786344 KB
Index Size: 96726312 KB
Ununsedsize : 61920 KB
Attached the Table schema,Indexes and keys.
Could you please suggest something which is missed for this table and i need to take care.Any help much appreciated.
April 23, 2014 at 6:36 pm
And what is the problem?
April 23, 2014 at 9:25 pm
I, of course, can't tell for sure but your PK looks pretty well hosed. Is, for example, ActID ever increasing? Why is it a VARCHAR(50)? Is ActID, by any chance, unique unto itself?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply