DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: TABLES NOT IN USE

  1. #1
    Join Date
    Jan 2001
    Posts
    91
    Is there a sql command that could tell me if a table is emtpy or not in use ?


    Thanks

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    If your tables are analyzed regularly, you can query dba_tables for num_rows = 0.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width