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. Database & SysAdmin
  3. MySQL
  4. transfer the data from local pc to server

transfer the data from local pc to server

Scheduled Pinned Locked Moved MySQL
databasesysadmin
3 Posts 2 Posters 10 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.
  • C Offline
    C Offline
    cse vidhya
    wrote on last edited by
    #1

    hi, i have database in the server and also having same database in another system. if i modified my data in my pc then the changes should save in the server database also. i heard, some of my friends said that u can use replication or export data..... can any one tell me with the solution

    R 1 Reply Last reply
    0
    • C cse vidhya

      hi, i have database in the server and also having same database in another system. if i modified my data in my pc then the changes should save in the server database also. i heard, some of my friends said that u can use replication or export data..... can any one tell me with the solution

      R Offline
      R Offline
      Reza Raad
      wrote on last edited by
      #2

      You need have full administration privilege on your sql server on server to user Replication. Usually with dedicated server this privilege is enough. more about replication: http://msdn.microsoft.com/en-us/library/ms151198.aspx[^] but first look at your problem: if you have a database on local and you need transfer your data to server for one time, replication is not recommended, i recommand integration service, or sql scripts , or backup and restore. but if you want to transfer every day, every week and ... i think you must use replication.

      Human knowledge belongs to the world http://www.rad.pasfu.com/index.php

      C 1 Reply Last reply
      0
      • R Reza Raad

        You need have full administration privilege on your sql server on server to user Replication. Usually with dedicated server this privilege is enough. more about replication: http://msdn.microsoft.com/en-us/library/ms151198.aspx[^] but first look at your problem: if you have a database on local and you need transfer your data to server for one time, replication is not recommended, i recommand integration service, or sql scripts , or backup and restore. but if you want to transfer every day, every week and ... i think you must use replication.

        Human knowledge belongs to the world http://www.rad.pasfu.com/index.php

        C Offline
        C Offline
        cse vidhya
        wrote on last edited by
        #3

        hi , i need to transfer the data every day from the pc to server database so i am using sql server 2005 express edition ... while i am gng to replication process its asking me to install replication.. can any one give the url for replication download....

        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