sql server - Create a Live Replica Database -


our company developing website , pulls information our internal production servers. added security asked if set new server , pull that. know can have nightly load done populate replica server want updated @ least every 15 minutes. have solution keep replica database date possible while database still in full use?

note using sql server 2008 r2

you can set replication if have enterprise edition of sql server.

otherwise, can run job every 15 minutes uses ssis update latest info. source tables need have kind "updatedon" datetime column know data need import/update.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -