Viewing 8 posts - 46 through 54 (of 54 total)
Would i be best to just update the local login to another account?
Will the retries work? Is it just new connections that would be affected?
June 21, 2017 at 5:11 am
3 Servers.
Server 1 and 2 synchronous commit with automatic fail over.
Server 3, asynchronous with manual fail over.
I can run a job that checks which server is...
June 20, 2017 at 5:52 am
Yes, I know select @@version works but I need to determine for it for number of servers so i would prefer to have a script that checks the version and...
May 29, 2017 at 3:23 am
I mean Azure Data Warehouse
November 7, 2016 at 2:55 pm
I won't be changing the data that will be moved.
It will be just a straight copy from SQL Server to a single source.
It will be just a copy of production
November 7, 2016 at 1:41 am
Yes backup log are in the shared folder.
The logs are being applied to the secondary.
No issues with copy/restore jobs.
Transaction log report showing correctly on the secondary.
On the primary, transaction log...
November 2, 2016 at 2:58 am
I ran the following on the secondary
execute sp_refresh_log_shipping_monitor
@agent_id = 'B7EE4B00-364A-49F4-AC4A-391722F0E66D',
@agent_type = 1,
@database = 'Database',
@mode = 1
Getting agent ID from the below query
select *
from msdb.dbo.log_shipping_secondary_databases as sd
join msdb.dbo.log_shipping_secondary as...
November 1, 2016 at 9:56 am
Viewing 8 posts - 46 through 54 (of 54 total)