Viewing 15 posts - 286 through 300 (of 353 total)
Hi,
Yeah, I ve had something similar to this before.
Is the replication all working correctly?
If I remember correctly, this can happen if you don't remove all the jobs when dropping and...
May 27, 2005 at 1:49 am
Thanks for that!
I will have a look.
Cheers..Graeme
May 26, 2005 at 3:02 am
Yes thanks Allen, my investigations have pointed towards this
The AVg Qu Length was about normal and the processor is not working too hard...the...
May 10, 2005 at 8:20 am
Absolutely Chris.
I was just interested in any results it might give.
Thanks again
Graeme
April 28, 2005 at 2:13 am
Hmmm.....must be me then!
I have found that if there are UDFs in the sql statement or procedure, then the ITW complains....would this be correct.
I guess I'm gonna have to go...
April 28, 2005 at 12:55 am
Hi Andy,
I use this script to capture info on job/job step duration
DECLARE @JOBNAME varchar(200)
SET @JOBNAME = 'YoUR Job Name'
SELECT DISTINCT j.name [JOB], jt.Step_ID [StepID],jt.Step_Name [Step],
SUBSTRING(CAST(jt.Last_Run_Duration AS varchar(10)) ,LEN(CAST(jt.Last_Run_Duration AS varchar(10)))-5,2)...
April 15, 2005 at 2:19 am
Mmmm...interesting point Noel,
We have a junior DBA who has been starting the merge agent before it's scheduled start....why?...I'm not sure after thinking about it. I think the thought was to...
March 23, 2005 at 8:44 am
Hi,
It's under Refresh Rate and settings...when you right click on an agent.
We have quite a bit of activity when the agent is started. It is scheduled to run for 12...
March 23, 2005 at 5:51 am
I would agree with Kenneth here.
A better solution would be, perhaps, to have a second database. You can apply some logic into triggers that will update/insert into the second database....
March 22, 2005 at 4:51 am
Go to the Replcation Monitor and expand the agents node.
Click on the Distribution Agent folder.
In the left hand window you should see a list of your agents.
Right click on the...
March 22, 2005 at 4:32 am
Hi,
There are many good articles on the web on setting up various configurations of replication. BOL is also good to start with.
Your message is a bit vague. HAve you considered...
March 22, 2005 at 4:26 am
Hi,
Is your distribution agent scheduled to run?
Graeme
March 22, 2005 at 4:21 am
Hello again,
After a bit of digging...I have resolved the issue.
For your information :
In TempDB there is a table called MSReplication_Merge_Status, this contains the current status of the agents (surprisingly enough)....
March 21, 2005 at 5:11 am
Hi again,
As an addition to my initial message.
I would like to say that the red error circle only appears on the logreader folder...not on any logreader agent.
Very strange!
Thanks....Graeme
March 19, 2005 at 7:44 am
Viewing 15 posts - 286 through 300 (of 353 total)