Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » High availability and read-only scale-out systems » Database mirroring » Application development considerations with database mirroring » Connecting to a database in a mirroring system

 

Event execution in a database mirroring or read-only scale-out system

Events can execute either on only the primary or root server, or they can execute on the primary server, the mirror server and the copy nodes. By default, events are not fired on the mirror database; event firing only starts after a failover from the primary server to the mirror server takes place.

You specify where an event can execute when you create or alter the event. Use the FOR clause of the CREATE EVENT or ALTER EVENT statement, to specify where an event can fire.

 DatabaseStart event type
 See also