Viewing 15 posts - 106 through 120 (of 5,102 total)
Amy Russell (5/15/2009)
We have Max Memory set...
May 15, 2009 at 12:35 pm
Check MSlogreader_history on distribution database
May 15, 2009 at 11:38 am
kiran_thota_kumar (5/14/2009)
I am using a republisher scenario. From Publisher to republisher the data is moving with in no time. But it never reached from...
May 15, 2009 at 11:28 am
Sorry for the delay... been busy. 😉
I guess you do have to run the snapshot but I am not 100% sure where you are on this.
May 15, 2009 at 11:23 am
Suresh B. (5/15/2009)
I meant number of latencies. Not the time gap.
Many publications cross the 3 minutes threshold that we have set.
They cross the threshold many times in a...
May 15, 2009 at 11:21 am
create table #LAYOUT
(
id int identity CONSTRAINT PK_layout primary key clustered,
start int,
[length] int
)
insert into #LAYOUT (start, [length]) values(1,...
May 13, 2009 at 2:47 pm
"SQL profiler trace" gets my vote!
May 13, 2009 at 1:40 pm
Marios Philippopoulos (5/13/2009)
TheSQLGuru (10/24/2008)
May 13, 2009 at 1:37 pm
I think that Access is your bigger hit. If you can restrict how this is done through a predefined set of stored procedures you may be Ok.
If you need to...
May 13, 2009 at 1:34 pm
Batching data is actually in your favor. How it is done is tricky in terms of how you index such table though.
You should look into minimizing page splits and ensure,...
May 13, 2009 at 1:28 pm
If it is possible to do it all in one stored procedure it will be better for BOTH reasons, performance AND maintainability.
May 13, 2009 at 1:23 pm
brade11 (5/13/2009)
I have replication setup now on 3 different servers. (Pub, Dist, Sub)
I'm trying to replicate around 100 tables from a production server to a reporting...
May 13, 2009 at 1:06 pm
In that link:
... If the account that is running SQL Server Agent does not have write access to the COM folder ...
Also the account used by the SQL Agent is...
May 13, 2009 at 1:03 pm
george's question is "key". What are you going to do on the "replicated" database ?
I could suggest mirroring or log shipping but they may not do what you want.
May 13, 2009 at 12:31 pm
RML51 (5/12/2009)
May 13, 2009 at 12:25 pm
Viewing 15 posts - 106 through 120 (of 5,102 total)