Viewing post 1 (of 1 total)
You should restart your endpoint on the MIRROR instance.
alter endpoint [name] state = stopped;
alter endpoint [name] state = started;
You can know your endpoint name with the following query.
select [name] from...
January 28, 2009 at 7:31 am
#933803