Export/Downloading to Local PC using TSQL

  • I supply reports to my clients on the internet using FrontPage and data from SQL 2000 databases.

    Is there a way to set up a stored procedure that would export the data to the local C drive of the user?

    Currently, when I specify the C drive in a stored procedure, it always goes to the C drive on the server.

    Any help would be appreciated.

    JefB

  • Ceate share drive in your client's PC and change the drive to UNC path like \\yourclientpcname\share\....

  • Though, don't forget that the sqlserver service also needs permissions to write to that share on the client.

    ..this all happening over the internet..? Might not be as trivial to fashion a 'good' solution once you factor in the security aspects.

    /Kenneth

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

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