I have database that is shared. Sometimes I need to make design changes to the database but I access tells me that because I do not have exclusive use of the database I can't make design changes. If I try to open the database in exclusive mode it tells me I can't do tha because other users are using the database. What I need to be able to do is to be able to disconnect other uses from the database while I make design changes. (without shutting down my server)
Is there a way that I can forcefully disconnect users from the shared database?
Is there a way that I can forcefully disconnect users from the shared database?