Viewing 15 posts - 1 through 15 (of 23 total)
You could potentially use Merge replication using Windows Sync Manager. Although I have never set this up personally. Reading through these articles it sounds plausible. I have assumed that any...
August 12, 2015 at 10:44 am
Basically your database on Server B is both a Subscriber and Publisher database? Is that what you mean? This should be fine albeit a bit funny to get your head...
December 29, 2014 at 4:17 am
ahh cool. At least it was something simple in the end. 🙂
November 24, 2014 at 9:40 am
yes, please do...and good luck!
November 21, 2014 at 9:37 am
I guess you got all bases covered 🙂
The only thing I can think of then (before an MS Support call!) is contention with all your Agent Jobs. Together with the...
November 21, 2014 at 9:18 am
OK so your server is Publisher, Distributor and Subscriber? Wow that is a LOT of Jobs on one server. Have you got deadlock tracing turned on? Maybe there is contention...
November 21, 2014 at 8:29 am
hmmm thats in interesting one. Are you using Push or Pull replication? What version of SQL Server is this? Are the Subscriptions going to different servers? Is the Distributor Remote...
November 21, 2014 at 7:51 am
mister.magoo (11/21/2014)
SQL_Baby (11/21/2014)
November 21, 2014 at 7:27 am
Ahh I see what you mean now. Maybe you can look into Server Logon Triggers which you can set to trigger on every connection to your server. There you might...
November 21, 2014 at 1:00 am
As part of my daily backup I usually script out all SQL jobs using PowerShell to an off-site location. As well as logins, server settings, linked servers, database and server...
November 20, 2014 at 5:34 pm
um, restoring MSDB on a different server sounds a bit scary to me. Although I'm sure you could do it but probably wouldn't myself if I could help it.
I have...
November 20, 2014 at 11:08 am
November 20, 2014 at 10:51 am
Hey,
Another suggestion you do as much filtering as you can of your data before you do you JOIN. So filter each table into Temporary variables and do the JOIN on...
November 19, 2014 at 2:51 am
if the Subscriber (with the missing data) is now active and receiving new inserted data ok, then you can manually insert the missing data from the Publisher database without breaking...
November 18, 2014 at 7:34 am
Hi, a solution that I have implemented and tested very successfully is as follows. Might not be exactly your scenario but it may give you some ideas.
My Scenario
One Production Server...
November 18, 2014 at 3:53 am
Viewing 15 posts - 1 through 15 (of 23 total)