Hello,
I'm trying to find information(space usage information of my primary keys) in order to be able to monitor space usage of all my primary keys. Can any one tell me how I can do that?
still learning,
learn
Printable View
Hello,
I'm trying to find information(space usage information of my primary keys) in order to be able to monitor space usage of all my primary keys. Can any one tell me how I can do that?
still learning,
learn
Try analyzing the index for the primary key then query the index_stats view and you can look at the used_space column.