Downloading database from server on client machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ShreyaTrivedi
    New Member
    • Jun 2008
    • 4

    Downloading database from server on client machine

    I have purchased a web space in a web server for hosting my website (eg. www.xyz.com) . I have put a Sql server 2005 database in the db folder of this web space. I want to download this database from another windows application .net c# which is on client side when user presses "Download" button. What code should I write on my client-side application in order to download this database which resides on server to client's machine. Also sql server 2005 should be automatically installed on client machine if it does not exist and the database should be attached to the sql server 2005.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    i don't understand what do you mean by downlaod the database. Do you want to download sql server installer ?

    Comment

    Working...