From: Mark R. <ma...@la...> - 2014-04-29 08:09:32
|
On Tue, 29 Apr 2014 11:58:57 +0400, Dmitry Yemanov <fir...@ya...> wrote: > Who should initiate that dedicated listener deamon/user after a server > restart? Should the server attach all the databases itself to check > whether one needs a startup? What about databases unknown to the server > (not present in databases.conf)? If you look at SQL Server, there jobs themselves are not defined for a specific database (although they may depend on one or more databases). AFAIK they are stored in the master database. Execution requires an Agent service to be running. Mark |