RE: Checking the Table Size

2002-02-12 Thread Eric Mayers
Satish: You can see how much space is used (among other things) with a query like: show table status from like 'Syslog'; Increasing the maximum table size is a little more complicated and depends on what OS and table type you're using. Eric > -Original Message- > From: Satish Santhak

RE: Checking the Table Size

2002-02-08 Thread Eric Mayers
Satish: You can see how much space is used (among other things) with a query like: show table status from like 'Syslog'; Increasing the maximum table size is a little more complicated and depends on what OS and table type you're using. Eric > -Original Message- > From: Satish Santhak