I have an application that does an "End of Day" Stored procedure. Lately, we have encountered several deadlocks with users trying to access tables that End of Day needs to update.
There is no reason for them to be in the database at the time of closing. I am trying to find a way to auto log them off during the closing and keep them logged out until end of day is complete.
So far the closest thing I can find is making the database single user mode. BUT what happens to the users that are currently logged in? Are they logged off?
Thanks. Any info will be useful.
AWEinCA [sig][/sig]
There is no reason for them to be in the database at the time of closing. I am trying to find a way to auto log them off during the closing and keep them logged out until end of day is complete.
So far the closest thing I can find is making the database single user mode. BUT what happens to the users that are currently logged in? Are they logged off?
Thanks. Any info will be useful.
AWEinCA [sig][/sig]