How to empty a database

Moved your post to DBA forum. Please don't revive those old threads. Just aks a new question in the appropiate forum.

Speaking of your question, what do you mean with force delete? Prodel deletes your database.

Casper
 
if you mean by unix script

echo "y"|prodel <fully pathed dbname>

--

deleting and "emptying" a database is different.

--

What are you trying to achieve? Is this something that deals with refreshing test or dev databases? Recovery?
 
Back
Top