FTP Results of Query

  • Is it possible, in a stored procedure, to FTP the results of a query?  I know how to do it if I bcp the results of a query to a file, then FTP the file.

    I'm trying to not create a file, just FTP the results of the query.

     

    Thanks!

  • The short answer is no. There is nothing native that provides this functionality, especially within SQL Server. That's not to say there's not a component out there that does such a thing, but there isn't anything that comes installed by default that does so.

    K. Brian Kelley
    @kbriankelley

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply