B
Bari
I have just created my first console application, and wish to deploy it.
I would like to have it scheduled as a task to run from a SQL server 2000
job. What is required for this?
The app. consists of 3 simple modules: There are data connections to SQL
server, as well as data readers in the applcation, and a streamwriter to
output text to a file.
1) Where do I locate the framework--on the the machine with the console
application, or on the SQL box running the job?
2) Which files need to be deployed? Just the .exe or do the .pdb and/or any
of the .vb/.vbproj files need to be included as well?
3) Finally, I use "Try... Catch's to check for errors, which are currently,
for test purposes set to send error messages to console.writeline(),
however, when live, I would like to send these to alert SQL server agent.
Is this possible? Any help you can offer would be greatly appreciated.
Thanks in advance.
Bari
I would like to have it scheduled as a task to run from a SQL server 2000
job. What is required for this?
The app. consists of 3 simple modules: There are data connections to SQL
server, as well as data readers in the applcation, and a streamwriter to
output text to a file.
1) Where do I locate the framework--on the the machine with the console
application, or on the SQL box running the job?
2) Which files need to be deployed? Just the .exe or do the .pdb and/or any
of the .vb/.vbproj files need to be included as well?
3) Finally, I use "Try... Catch's to check for errors, which are currently,
for test purposes set to send error messages to console.writeline(),
however, when live, I would like to send these to alert SQL server agent.
Is this possible? Any help you can offer would be greatly appreciated.
Thanks in advance.
Bari