How do I ouput a file to my local machine NOT the server?

  • Greetings.

    I have sprocs that output to files on my local drive using using the OLE functionality (sp_OAMethod).

    This all worked fine and dandy when the DB was on my local machine. As soon as I moved it to the server, connected to the server from my local machine, and ran the sprocs, it output the files to the c: drive of the server! How can I force it to output to my local machine, when running the connected to the db remotely?

    Thanks.

  • Use a UNC path and share a folder on your machine so the server can see it.

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

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