How do I create a Job that runs a query and writes the query results to a text file in SQL Server 2005?
The query is simple: Select * from ....
The text file resides on a different server, but I've mapped the drive on the server that will be executing the job.
The text file is overwritten each time.
The Job right now is running on a 2000 server as a DTS Package.
Thanks.
The query is simple: Select * from ....
The text file resides on a different server, but I've mapped the drive on the server that will be executing the job.
The text file is overwritten each time.
The Job right now is running on a 2000 server as a DTS Package.
Thanks.