Viewing 4 posts - 1 through 4 (of 4 total)
Hello,
It's not easy đŸ™‚ because you have very limited options; the theory is simple - separate the sequential and random I/O, 64 KB formatting for MDF and default formatting...
April 25, 2013 at 8:28 am
Hi,
msdistribution_agents and msdistribution_history tables are empty, because I think these tables are used for the transactional replication only.
You are right, left join to MSmerge_agents is needed, but I am not...
April 23, 2013 at 6:51 am
Hello,
Merge replication:
USE distribution
go
SELECT MSmerge_agents.subscriber_name ,
*
FROM MSrepl_errors
JOIN MSmerge_history ON MSrepl_errors.id =...
April 23, 2013 at 4:01 am
Hello,
I would recommend the following scenario:
•Restore the production database on the testing server and simulate the similar workload, make sure that tempdb and a copy of the production database located...
April 23, 2013 at 3:12 am
Viewing 4 posts - 1 through 4 (of 4 total)