Viewing 3 posts - 1 through 3 (of 3 total)
It shouldn't be a problem using SQB2MTF, I've done this in the past and our backups are encrypted, 'Stripped' and compressed.
Of course I am assuming that by stripped you mean...
October 4, 2012 at 2:47 am
#1545391
A bit of digging around in the System objects found what I needed.
SELECT sys.fn_hadr_backup_is_preferred_replica ( 'DatabaseName' )
Returns a 1 if it is the secondary replica, and 0 on the primary.
I'm...
October 3, 2012 at 7:24 am
#1544903
While I think the article has merit, the fact that the table is created in msdb breaks another rule . . . . . . . I'm fairly sure that...
June 2, 2009 at 4:47 am
#1003291