on 2013 Dec 09 7:50 PM
Is there way to disable all db events when running a db engine? I like to start an engine with a database to validate and would not like any events to be run.
I don't think there's a builtin facility to do so, cf. this (older) thread:
How to avoid execution of DatabaseStart Event
What we have done to disable events for databases that are non running in "normal mode":
Obviously one could combine both methods in a DatabaseStart event that would automatically prevent events when not running in the "normal environment".
If you are about to suggest a command line parameter to skip all event execution, I guess I'd second that:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could start the database read only, so that the events cannot change it, if this is what you would like to prevent: Use command line parameter -r
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.