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. The Lounge
  3. Remote SQL data backup

Remote SQL data backup

Scheduled Pinned Locked Moved The Lounge
questiondatabasesysadminhostingxml
9 Posts 8 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.
  • B Offline
    B Offline
    BigAndy
    wrote on last edited by
    #1

    Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

    C Q D D B 8 Replies Last reply
    0
    • B BigAndy

      Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #2

      I don't know of a tool, but if you're writing one that would be brilliant.

      cheers, Chris Maunder

      CodeProject.com : C++ MVP

      1 Reply Last reply
      0
      • B BigAndy

        Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

        Q Offline
        Q Offline
        QC10
        wrote on last edited by
        #3

        I use Webhost4life and they offer backup through a web admin page, and you download the backup via FTP. To be considered?

        1 Reply Last reply
        0
        • B BigAndy

          Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

          D Offline
          D Offline
          Duncan Edwards Jones
          wrote on last edited by
          #4

          BCP?[^]

          '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

          1 Reply Last reply
          0
          • B BigAndy

            Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

            D Offline
            D Offline
            Dario Solera
            wrote on last edited by
            #5

            BigAndy wrote:

            I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though?

            It would be great, I'm looking forward to it. :)

            ________________________________________________ Tozzi is right: Gaia is getting rid of us. Personal Blog [ITA] - Tech Blog [ENG] Developing ScrewTurn Wiki 1.0 RC, now with AJAX Preview.

            1 Reply Last reply
            0
            • B BigAndy

              Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

              B Offline
              B Offline
              Bassam Abdul Baki
              wrote on last edited by
              #6

              Sure. Let me know where I can take a look at it. Thanks.


              "I know which side I want to win regardless of how many wrongs they have to commit to achieve it." - Stan Shannon Web - Blog - RSS - Math - LinkedIn

              1 Reply Last reply
              0
              • B BigAndy

                Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

                O Offline
                O Offline
                Orcrist
                wrote on last edited by
                #7

                I use a combination of an osql backup script and Cobian Backup http://www.educ.umu.se/~cobian/cobianbackup.htm[^] to backup my SQL database files to my external drive. I'll admit that I dont use a remote backup myself, however Cobian does support backups to remote systems via FTP (including 128 or 256 bit encryption, zipping, or SSL support if that is important to you. It also supports backup of large files (ie over 2 GB) over FTP). Cobian is free/donation software. Cobian allows me to execute the osql batch file as pre-processing for the backup process. Once the database backup file is created by the script, then Cobian performs the backup of the SQL database backup file (backing up the original SQL data file has locking restrictions). I suppose you could also use SQL Agent (instead of an osql script) to create a scheduled backup of the SQL database if that is more to your need. For my needs the script works fine. Regards, David -- modified at 12:12 Wednesday 30th August, 2006

                1 Reply Last reply
                0
                • B BigAndy

                  Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

                  A Offline
                  A Offline
                  Ashley van Gerven
                  wrote on last edited by
                  #8

                  Do you need something web-based? I posted a new article earlier: Web SQL Utility[^]. One feature is that it will generate INSERT queries of your existing data... so you don't need an import facility, you just execute the queries on the target empty table(s).

                  "Nothing ever changes by staying the same." - David Brent (BBC's The Office)

                  ~ ScrollingGrid: A cross-browser freeze-header control for the ASP.NET DataGrid

                  1 Reply Last reply
                  0
                  • B BigAndy

                    Hi, I'm using SQL Management Studio Express to manage my databases that are on my hosted server. The problem with this is that there is no easy way to get a backup of the data as the Express edition doesn't support DTS. The only way I can do it is to create a support ticket with my hosting company and getting them to do it manually. Now, my first question is: Does anybody know of some software (free if possible) that will export sql data on a remote machine to a file on a local machine? I couldn't find one when googling, so I started writing my own. I've got it exporting to xml just fine, currently working on the import. Would anyone be interested in this little tool? I'm thinking about starting up an open source project for it if there isn't already one around. Not sure how to go about it though? Comments? Andy

                    A Offline
                    A Offline
                    Ashley van Gerven
                    wrote on last edited by
                    #9

                    You might be able to use this if your host has ASP.NET 2 installed. MSDN documentation: http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopy.aspx[^]

                    "Nothing ever changes by staying the same." - David Brent (BBC's The Office)

                    ~ ScrollingGrid: A cross-browser freeze-header control for the ASP.NET DataGrid

                    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