Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-09-2008, 03:29 PM
Junior Member
 
Join Date: May 2008
Posts: 1
Default sql/msde replication

Our company is trying to come up with a system to keep a SQL database replicated. Basically, we have a software application that is used at a remote site (our customer). the application used to use an access database. in order to view the data at our office, we would download the access .mdb file every morning. When done, we could open up the application on our end and see data that was somewhat up to date. the application has moved away from access (for obvious reasons) to sql/msde database. we obviously can't just download the sql database and then open up the application on our end to view the data. we are looking to do the following:

- backup the msde database every morning at 7:00 am
- use some method to automatically push the backup file to our company's server at 7:30 (ftp, email, or some other method)
- use some method to automatically restore the database on our server at 8:00

or

- copy the current MSDE database from the customer site to our site
- once a day at 7:00 the database will do a transaction log to capture all of the transactions in the last day
- the transaction log would get pushed to our server at 7:30
- use some method to import the transaction log into the database on our server at 8:00

either way....we want to just be able to open up the application on OUR END at 8:02 and see the entire database from our customer's end (as of 7:00 that morning).

Do you have any advise as to how this can be done? What program(s) should we use to backup/restore the database and which to somehow push the data over the internet (we do not have a VPN established......we just use gotomypc.com to connect to the customer). any help would be GREATLY appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:29 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62