Re: Can you run BCP.EXE as a service?
Services are unusual in subtle ways, and BCP was not written as a service.
The best you could hope for would be to write a service that then invokes
BCP, but that starts to sound alot like the SQL Server Agent.
Rather than using AT you might try the SQL Server Agent which has very
robust scheduling and is used for all kinds of stuff. A job can be
configured to run a command, such as your batch file, or TSQL, and can
actually conditionally continue or exit based on return values at each "job
step". If you havn't already, check it out, it might be just what you need.
James
"Kris L. Billingsley" <kbilling@amtote.com> wrote in message
news:966101c27940$3befbbf0$3be
f2ecf@TKMSFTNGXA10...
> Will BCP run as a service under Win2K SQL Server 7?
Report this post to a moderator
|