This program looks for and deletes unreferenced and unused database objects like tables, views and procedures. Your database may have many stored procedures, tables and views that aren't being used anymore, but unless you determine which of your objects fall into this category, you will be stuck with them forever.
SQLClean will analyze a client, whether it be VB, ASP, Delphi, to determine which SQL objects are actually being used and which objects are not. It will also analyze the database itself to see what internal references exist among SQL objects. Based on this analysis it will generate a file of SQL drop statements to clean your database of these useless objects.