Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 15930

2005 how to output messages from job

$
0
0

I have created a job to run a few update groups. So I get many messages indicating how many rows were affected. I am using the job log to a file option but it is only capturing the messages for selects, not the updates? I want bothm how do I get it to send the messages to the job log file?

example output:

sql102

1 row affected

(6881 row(s) affected)

(129 row(s) affected)

(129 row(s) affected)

In log file iget:

sql102

1 row affected


Viewing all articles
Browse latest Browse all 15930

Trending Articles