Hi, I need to drop database. “drop database” does not always work, since user connections
to the database still exist (I get : ERROR: database "yuval" is being accessed
by other users , SQL state: 55006) How can I force the drop ? or is there a way to kill
database connection and then to perform the drop as usual ? Thanks, Yuval Sofer DBA Team |