Figuring out how to get a scheduled query to output to the NT server
Hi All,
We have lots of processes that run on our UNIX server and LINUX servers. We also have a couple of SQRs that run on the NT server.
All of these run to successful completion with no issues, as we typically hardcode the output directory in the SQRs themselves.
We have a new requirement to be able to schedule some queries that create an XML output file. We need to be able to designate the directory on the NT server where we want these query output files to be written to.
I am hoping that this is an easy question that a lot of people do and that it is only stumping us because we have never attempted this before.