How to clear watchdog and sessions tables in drupal

Recently my development watchdog table reached almost 2GB.

A quick fix is to run the SQL command: "truncate table watchdog"

More tips here: http://drupal.org/node/148461