View Single Post
  #3 (permalink)  
Old 08-16-2004, 07:59 PM
CharleneH CharleneH is offline
WebProWorld Member
 

Join Date: May 2004
Location: Good ole USA
Posts: 73
CharleneH RepRank 0
Default FileSystemObject

you can use the file system object direct from sql.
That way you can create a stored procedure that writes the results to a file.
Then schedule a task that calls the sproc.
That is probably the most robust and elegant way, hey, but if it's working who's complaining.
Reply With Quote