Is there a dedicated administrator connection on DB2?
Posted
by Tim Büthe
on Server Fault
See other posts from Server Fault
or by Tim Büthe
Published on 2010-04-19T11:40:31Z
Indexed on
2010/04/19
11:43 UTC
Read the original article
Hit count: 223
db2
When using Microsoft SQL Server, there is this handy thing called dedicated administrator connection. You can tell the database to drop all connections and not open any new ones, but keep the one you use right now alive for administrative purposes.
Is there a similar feature available for IBM's DB2 UDB?
© Server Fault or respective owner