Hi, a simple question about deleting tables.
i'm trying to clear out my production database.
i have a script - which is basically DELETE FROM statements for a whole list of tables.
I have run this script - successfully.
and i have bounced the database.
But i can still see the tables in Enterprise Manager and they still all have exactly the same number of rows as before. The database is still exactly the same size.
If i run a select statement on any table i get 'no rows selected'
The question is are these tables truly empty?
How can i prove this?
And if they are empty why do they look identical to before running the clear_all script in Enterprise Manager?
i suspect that Enterprise Manager is telling me old information but i need to be sure as it is the production environment.
i'm trying to clear out my production database.
i have a script - which is basically DELETE FROM statements for a whole list of tables.
I have run this script - successfully.
and i have bounced the database.
But i can still see the tables in Enterprise Manager and they still all have exactly the same number of rows as before. The database is still exactly the same size.
If i run a select statement on any table i get 'no rows selected'
The question is are these tables truly empty?
How can i prove this?
And if they are empty why do they look identical to before running the clear_all script in Enterprise Manager?
i suspect that Enterprise Manager is telling me old information but i need to be sure as it is the production environment.