I have sql server 2005 standard edition sp2 installed and configured in two branches but not in same network. this two branches have two databases
first branch database A
second branch database B
if i want to moving all data exist in all tables from database A to database B daily how can i make this
Notes
Two databases A,B have same structures and schema every thing but different
only in data.
Two branches not connected each other online by vpn or any thing .
what i need is practical solution to export all data(not objects) from database A to text file then import these data from this text file to database B are this possible if possible how
please help me
thanks