Data Publishing Wizard - web service

Discussion in 'General troubleshooting' started by Carlos ABS, Sep 15, 2009.

  1. Is it possible to publish a databse to Winhost using a "web service" instead of creating it through generated scripts? :confused:

    I think it will be better and faster for both the host and the client.

    Tks.
     
    Last edited by a moderator: Oct 14, 2015
  2. Ray

    Ray

    Try looking at this link...

    http://sqlhost.codeplex.com/Wiki/View.aspx?title=UploadAndExecute&version=7

    The link outlines on how to run the script via asp.net page rather than your visual studio. If you want to import your local db to our server this will help speed up the process. Basically you still have to run the script on your local computer to script your local database. But instead of using SSMS to connect to our server and run the script you are going to use your app hosted on our server to do it for you.
     

Share This Page