Showing posts with label agent. Show all posts
Showing posts with label agent. Show all posts

Wednesday, March 21, 2012

data doesn't be transfered to one of my subscribers!

I use merge replication and the topology is central publication. I have 20 subscribers.

when I run agent, I got message "No data needed to be merged". Publisher doesn't send data to this subscriber. When I update date again, I can send data to subscriber.

Why?!

How replication works?!

and How specifies records that must be send to the subscriber?!

Publisher and subscriber work with SQL 2000 with sp 3 installed on windows server 2003.

Please help me.

Thanks.

It's not clear what you're expecting or what the problem is.

To learn about replication, you should start by reading Replication topics in Books Online, then come back with any specific questions.

|||

I guess you have setup merge replication using "NoSync" option. See http://msdn2.microsoft.com/en-us/library/aa239398(SQL.80).aspx.

Did you see convergent data after the first sync?

Thanks.

This posting is provided AS IS with no warranties, and confers no rights.

sql

data doesn't be transfered to one of my subscribers!

I use merge replication and the topology is central publication. I have 20 subscribers.

when I run agent, I got message "No data needed to be merged". Publisher doesn't send data to this subscriber. When I update date again, I can send data to subscriber.

Why?!

How replication works?!

and How specifies records that must be send to the subscriber?!

Publisher and subscriber work with SQL 2000 with sp 3 installed on windows server 2003.

Please help me.

Thanks.

It's not clear what you're expecting or what the problem is.

To learn about replication, you should start by reading Replication topics in Books Online, then come back with any specific questions.

|||

I guess you have setup merge replication using "NoSync" option. See http://msdn2.microsoft.com/en-us/library/aa239398(SQL.80).aspx.

Did you see convergent data after the first sync?

Thanks.

This posting is provided AS IS with no warranties, and confers no rights.

Tuesday, February 14, 2012

Customizing Agent Mail Backup Content

Hi,
I was wondering if there is a way to customise e mail alerts that are sent
after a backup is taken of a database ?
I currently receive the following e mail alert format
JOB RUN: 'Northwind backup' was run on 14/01/2005 at 11:06:06
DURATION: 0 hours, 0 minutes, 0 seconds
STATUS: Succeeded
MESSAGES: The job succeeded. The Job was invoked by User
TESTSQLSERVER\Administrator. The last step to run was step 1 (Step 1).
I would prefer to have all this information condensed into a single line and
also condense the subject of the mail which is currently very long ,
" SQL Server Job System: 'Northwind backup' completed on \\TESTSQLSERVER"
to something that’s more meaningful at a glance.
Any help will be appreciated.
Disable the automatic notification and add your own notification steps to
the job.
You will probably need two steps
"report success" and "report failure"
Have each job step execute the "report failure" step if the specific step
fails.
Have the job execute the "report success" job step if there are not any
failures.
You will have to add the appropriate calls to exec master..xp_sendmail
within the "report success" or "report failure" job steps.
Keith
"Michael" <Michael@.discussions.microsoft.com> wrote in message
news:1A46B036-A6D5-4D0E-81A1-A7F887637A01@.microsoft.com...
> Hi,
> I was wondering if there is a way to customise e mail alerts that are sent
> after a backup is taken of a database ?
> I currently receive the following e mail alert format
> JOB RUN: 'Northwind backup' was run on 14/01/2005 at 11:06:06
> DURATION: 0 hours, 0 minutes, 0 seconds
> STATUS: Succeeded
> MESSAGES: The job succeeded. The Job was invoked by User
> TESTSQLSERVER\Administrator. The last step to run was step 1 (Step 1).
> I would prefer to have all this information condensed into a single line
and
> also condense the subject of the mail which is currently very long ,
> " SQL Server Job System: 'Northwind backup' completed on \\TESTSQLSERVER"
> to something that’s more meaningful at a glance.
> Any help will be appreciated.
>
|||Sorry to ask such an obvious question but where do I disable to automatic
notifications ?
"Keith Kratochvil" wrote:

> Disable the automatic notification and add your own notification steps to
> the job.
> You will probably need two steps
> "report success" and "report failure"
> Have each job step execute the "report failure" step if the specific step
> fails.
> Have the job execute the "report success" job step if there are not any
> failures.
> You will have to add the appropriate calls to exec master..xp_sendmail
> within the "report success" or "report failure" job steps.
> --
> Keith
>
> "Michael" <Michael@.discussions.microsoft.com> wrote in message
> news:1A46B036-A6D5-4D0E-81A1-A7F887637A01@.microsoft.com...
> and
>
|||Double-click on the job and look at the notification tab.
Keith
"Michael" <Michael@.discussions.microsoft.com> wrote in message
news:84954ADC-9016-4860-99E6-5F6DDD5550B9@.microsoft.com...[vbcol=seagreen]
> Sorry to ask such an obvious question but where do I disable to automatic
> notifications ?
> "Keith Kratochvil" wrote:
to[vbcol=seagreen]
step[vbcol=seagreen]
sent[vbcol=seagreen]
line[vbcol=seagreen]
\\TESTSQLSERVER"[vbcol=seagreen]