![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
ASA 9.0.2.3527 I wrote a script which opened a passthrough session, created a stored procedure for DBA and then created an event, with schedule, to call that stored procedure. The event syntax follows: ---------- create event checkFileSize schedule checkFileSizeSchedule between '22:05:00' and '22:15:00' every 24 hours handler begin call dba.sp_file_size(); end; ---------- I ran the script on the consolidated database and both the stored procedure and the event replicated through to the two subscribed databases. The stored procedure sp_file_size writes rows to a log table and includes the results of: select db_property('name') However, I am finding that only the consolidated database is creating log records. What I intended was for all three databases to call dba.sp_file_size on a nightly basis, and to log their results. Can anyone please show me the error of my ways? ![]() Thanks in advance, Chris. |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |