Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to create Database tables in a Remote Server?

How to create Database tables in a Remote Server?

Scheduled Pinned Locked Moved ASP.NET
databasehelpcsharpasp-netsysadmin
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Subin Alex
    wrote on last edited by
    #1

    Hi, I am new web programming , so experts please excuse, I've created a simple web app in asp.net2.0 and sql server2000 .I wish to host this web site, and i payed for the webhosting provider. They send me the credentials like: 1. Host Usr name & passwd 2.Database details(ip address,name,usrname,pwd) But my problem is , that i dont know how to copy my database scheme and data into the providers remote database server.i.e from a local db to remote db. Plz help out !!!!! Thax in Advance ...

    P L R 3 Replies Last reply
    0
    • S Subin Alex

      Hi, I am new web programming , so experts please excuse, I've created a simple web app in asp.net2.0 and sql server2000 .I wish to host this web site, and i payed for the webhosting provider. They send me the credentials like: 1. Host Usr name & passwd 2.Database details(ip address,name,usrname,pwd) But my problem is , that i dont know how to copy my database scheme and data into the providers remote database server.i.e from a local db to remote db. Plz help out !!!!! Thax in Advance ...

      P Offline
      P Offline
      prateekfgiet
      wrote on last edited by
      #2

      use this connection string <appSettings> <add key="ConnectionStringname" value="Data Source=ip address;Database=databasename;uid=username;pwd=password;"/> </appSettings> after that open Enterprise manager open sql server group and then run new database registraion wizard,put ur ip address at server name then run wizard,after completing this wizard,right click on thatgroup which genrated as ipp name,and export ur database on that group. before doing this thing u must have to create a database on ur web server and create a database and give uid and pwd.

      1 Reply Last reply
      0
      • S Subin Alex

        Hi, I am new web programming , so experts please excuse, I've created a simple web app in asp.net2.0 and sql server2000 .I wish to host this web site, and i payed for the webhosting provider. They send me the credentials like: 1. Host Usr name & passwd 2.Database details(ip address,name,usrname,pwd) But my problem is , that i dont know how to copy my database scheme and data into the providers remote database server.i.e from a local db to remote db. Plz help out !!!!! Thax in Advance ...

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Register the remote SQL server in your local SQl Server 2000 enterprise manager. Then open your remote database and use DTS export/import wizard to copy data from your local database to remote database.

        S 1 Reply Last reply
        0
        • L Lost User

          Register the remote SQL server in your local SQl Server 2000 enterprise manager. Then open your remote database and use DTS export/import wizard to copy data from your local database to remote database.

          S Offline
          S Offline
          Subin Alex
          wrote on last edited by
          #4

          Thanks a lot for the replies !!! But could guide me through the steps to register remote SQL server Plz help!!

          1 Reply Last reply
          0
          • S Subin Alex

            Hi, I am new web programming , so experts please excuse, I've created a simple web app in asp.net2.0 and sql server2000 .I wish to host this web site, and i payed for the webhosting provider. They send me the credentials like: 1. Host Usr name & passwd 2.Database details(ip address,name,usrname,pwd) But my problem is , that i dont know how to copy my database scheme and data into the providers remote database server.i.e from a local db to remote db. Plz help out !!!!! Thax in Advance ...

            R Offline
            R Offline
            Roger Wright
            wrote on last edited by
            #5

            I've had some success with this[^] tool from Microsoft. It creates a single script from your database which, when executed on a remote server will recreate your database on the remote machine, schema and data.

            "A Journey of a Thousand Rest Stops Begins with a Single Movement"

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups