The database might also be in use from a user performing a cross-database query with another database as their current database. Check syslocks for any locks in this database.
Another thing that bumps the database use count is the use of dbcc des_bind, but this would have been cleared by the server reboot (unless you have some automated script that reruns it on reboot).
-bret