Joe Skora

3,244
Reputation
123 views

Registered User

Name Joe Skora
Member for 1 year
Seen Nov 22 at 5:32
Website
Location Baltimore, MD
Age 43
I work at Johns Hopkins University Applied Physics Laboratory building information systems for bio-surveillance and pandemic modeling.
Nov
15
awarded  Notable Question
Sep
17
awarded  Yearling
Aug
8
comment How to replicate database A to B, then truncate data on database A, leaving B alone?
Without all the details, I think you might need an index on date in the main database to be able to query the raw data into the reporting database and to delete old data after 14 days. Assuming you are saving the raw data (in case of failure) disabling logging on the main database will reduce its load to add rows.
Aug
5
accepted How to replicate database A to B, then truncate data on database A, leaving B alone?
Jul
29
awarded  Guru
Jul
29
accepted Continuous Integration Servers
Jul
29
answered How to replicate database A to B, then truncate data on database A, leaving B alone?