Viewing 15 posts - 1,321 through 1,335 (of 5,103 total)
I still do not understand why 5+ times ?
Aren't you better off using Snapshots instead ?
And that is *a lot* faster than the whole thing. Of course Snapshots are to...
* Noel
December 27, 2007 at 10:01 am
Simon,
I use BULK_LOGGED before applaying the snapshot and it *DOES* makes a difference, Simple is good too. Full and snapshot is a bad combination for large tables...
Just my $0.02
* Noel
December 20, 2007 at 4:16 pm
On way to de-couple it is to actually queue requests on the outside that are read from the inside, applied inside and then replicated to the outside. What that means...
* Noel
December 20, 2007 at 4:12 pm
You can set the snapshot to "DROP" objects in the replica before applying it.
In addition that replica should be protected from client writes ( this can be achived using security...
* Noel
December 20, 2007 at 4:05 pm
Before doing so I would recommend you review :
Referencing parent nodes in XQuery is EXPENSSIVE
Cheers,
* Noel
December 20, 2007 at 3:51 pm
I think you will be better off programing your custom logic in stored procedures!!!
* Noel
December 18, 2007 at 3:39 pm
I am not sure your assumption is correct. Subscribers *can* change the data and the "conflict resolution policy" determines who wins if "both" change the same record.
* Noel
December 18, 2007 at 3:36 pm
shrink distribution transaction log.
* Noel
December 18, 2007 at 3:34 pm
peer-to-peer does also gives you what you ask. This setup is *very risky* in terms of security. You should try to de-couple the logic of the outside modifications with the...
* Noel
December 18, 2007 at 3:23 pm
Those errors occur normally either when someone "modified" the replica and the snapshot does not "truncate or drop" the table at the destination
* Noel
December 18, 2007 at 3:19 pm
zloy (12/18/2007)
Is this article from "SQL for Dummies" book? If not, we should open a sub-forum for this kind stuff.
:hehe::hehe::hehe::hehe::hehe::hehe::hehe:
* Noel
December 18, 2007 at 1:54 pm
What authentication method are you using to connect to SQL Server, Windows authentication or SQL Authentication?
* Noel
December 12, 2007 at 2:13 pm
\REPLDATA_BK\unc\LNGOKCSQLP003_BANKRUPTCY_BK-SMALLER TABLES A-C\20071203122870is a SNAPSHOT folder. What is failing on that error is the Snapshot Agent.
You should check for the credentials of that snapshot Job.
Secondly the Cleanup Job will log...
* Noel
December 10, 2007 at 2:28 pm
BULK INSERT / SELECT INTO would have been twice ( maybe more) as fast and yes recovery model to BULK_LOGGED is mandatory
* Noel
December 10, 2007 at 2:03 pm
Viewing 15 posts - 1,321 through 1,335 (of 5,103 total)