Viewing 15 posts - 1,096 through 1,110 (of 1,157 total)
Roy Ernest (11/16/2010)
November 18, 2010 at 8:22 am
If the publisher was to fail there would be no way of syncronising between subscribers until the publisher was restored/recovered.
Peer to Peer transactional replication could tollerate a single point of...
November 18, 2010 at 8:19 am
Jeff Moden (11/14/2010)
November 18, 2010 at 7:48 am
There is no way of restricting resource use on tempdb.
You may be able to use the resource governor to restrict CPU/Memory use but I've never implemented this so...
November 18, 2010 at 6:35 am
So you're saying there is a missing row on the subscriber and you want to insert it?
There are a couple of ways. Probably the easiest is to create an...
November 18, 2010 at 6:29 am
Can I mention that to be PCIDSS compliant you CANNOT store the CV2 number for any purpose after a tranasaction has been complete.
Also, this is how I would have done...
November 17, 2010 at 7:40 am
Hi,
I have compared these prior to applying them in the past however this article describes it in detail. The short version of it is, if the table uses a...
November 17, 2010 at 4:19 am
Hi,
This would probably be better on a Windows/Network admin group.
If this new domain going to be a child of the original domain or completely seperate? If it is child...
November 14, 2010 at 5:28 am
ps. (11/12/2010)
default trace wont capture dml operations..
Thats true but I never said it did. Simply, if performance was a consideration the default trace does provide some insight into what...
November 12, 2010 at 9:39 am
The cheapest and probably quickest way to get some monitoring inplace is to setup a combination of serverside perfmon and sql traces.
These can use the lightweight default trace if performance...
November 12, 2010 at 9:12 am
Its probably better if you start a new thread as this post is 2 years old.
November 11, 2010 at 8:27 am
MysteryJimbo (11/11/2010)
/* Run on subscriber db */
exec scriptpublicationcustomprocs 'ReplicatedTablesPublication' --Generate all repl procs on subscriber as these wont exist
What I actually meant is, run this on the publisher and the...
November 11, 2010 at 6:50 am
We do this on a fairly regular basis and can be done using a "nosync" subscription. You will still need to generate a replication snapshot which shouldnt but may...
November 11, 2010 at 5:23 am
Hi,
You may want to look at this forum thread.
I was experiencing a SOS_SCHEDULER_YIELD issue in addition to performance problems. Following a weeklong running call with microsoft we resolved the...
November 8, 2010 at 4:42 am
This is data releated and down to the size of the returned data grid. Is there a reason for want ALL the data from this table?
I've seen this a...
November 3, 2010 at 2:30 pm
Viewing 15 posts - 1,096 through 1,110 (of 1,157 total)