Viewing 3 posts - 1 through 4 (of 4 total)
to declare
when AG1 fail to the secondary replica (server 2 for example)
now the backup maintenance plane on server 2 (primary now) occur twice (duplicate on execution)
July 27, 2016 at 4:42 am
#1892221
Thanks patrickmcginnis59 10839
can you tel me how to trace "SQL:BatchCompleted"
and find the error details
coz i only got error code without details
November 27, 2015 at 3:55 pm
#1842692
is
exec sp_altermessage 17204 , 'WITH_LOG', 'false';
GO
and
select * from sys.messages where message_id=N'17204'
prevent sql server from logging event error
September 27, 2015 at 9:39 am
#1829758