9

Is there any way that we can check the DB table size and other properties ? I tried COMPUTE STATS but it gives the details of table except the size. any link to find information and other details are much appreciated.

Shantesh
  • 1,470
  • 1
  • 16
  • 26

1 Answers1

15
show table stats tablename 

Works as I wanted, Thanks alot

Shantesh
  • 1,470
  • 1
  • 16
  • 26