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. Managing my SQL Server Database on a webserver

Managing my SQL Server Database on a webserver

Scheduled Pinned Locked Moved Web Development
databasesql-serversysadmintoolsquestion
4 Posts 3 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.
  • M Offline
    M Offline
    Mohammad A Gdeisat
    wrote on last edited by
    #1

    Hi all, I am asking this question becoz I've never uploaded a DB on a webhosting server. I am building a website that has a DB, from time to time I will need to add/remove tables from the database but I don't know if a typical webhosting service will provide me with tools to carry out such tasks or if I should write my own DDL code to add/remove tables, etc. Thanks alot

    And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat

    P L 2 Replies Last reply
    0
    • M Mohammad A Gdeisat

      Hi all, I am asking this question becoz I've never uploaded a DB on a webhosting server. I am building a website that has a DB, from time to time I will need to add/remove tables from the database but I don't know if a typical webhosting service will provide me with tools to carry out such tasks or if I should write my own DDL code to add/remove tables, etc. Thanks alot

      And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat

      P Offline
      P Offline
      Paddy Boyd
      wrote on last edited by
      #2

      If a webhost provides you with a DB, they should also provide some mechanism to remotely manage it. Bit pointless otherwise (or just a poor ISP).

      1 Reply Last reply
      0
      • M Mohammad A Gdeisat

        Hi all, I am asking this question becoz I've never uploaded a DB on a webhosting server. I am building a website that has a DB, from time to time I will need to add/remove tables from the database but I don't know if a typical webhosting service will provide me with tools to carry out such tasks or if I should write my own DDL code to add/remove tables, etc. Thanks alot

        And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat

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

        Host do not provide any interface to connect to database as these are external tools. You can connect to database using the same tool that you use to connect to your local database. For Eg: If you are using MS SQL server 2005 as Database, you will use SQL Server Management Studio to connect to remote Server. Difference is that ServerName: <IP Address of Database Server that you Used in Web.config> Authentication: SQL server Authentication Login: <ID Provided by your host or one you created> Password: <Same as you created or Provided by host> I used to connect to database of my website using the above method. Regards Aman Bhullar

        M 1 Reply Last reply
        0
        • L Lost User

          Host do not provide any interface to connect to database as these are external tools. You can connect to database using the same tool that you use to connect to your local database. For Eg: If you are using MS SQL server 2005 as Database, you will use SQL Server Management Studio to connect to remote Server. Difference is that ServerName: <IP Address of Database Server that you Used in Web.config> Authentication: SQL server Authentication Login: <ID Provided by your host or one you created> Password: <Same as you created or Provided by host> I used to connect to database of my website using the above method. Regards Aman Bhullar

          M Offline
          M Offline
          Mohammad A Gdeisat
          wrote on last edited by
          #4

          Thanks alot, you saved my life :-)

          And ever has it been that love knows not its own depth until the hour of separation Mohammad Gdeisat

          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