how to upload file to remote sql db ?

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Hi,

I need some advice if possible.I have windows form app that needs to copy a
file to a remote sql database. At the moment im exposing 1433 and connecting
with a restricted user.

I have read about SQLXML web services and this seem to me to be a better
connection method i.e user connects to SQLXML webservice and runs SP to
upload file via windows form app.

Is this the "done" way of doing it ?

What other options do I have ?

What is SOAP all about ?

Thanks for any advice.
Scott
 
Back
Top