- Moderator
- #1
I have a stand-alone SQL server for a POS system running SQL 2008, and then another SQLExpress 2008 box installed ON one of the POS systems, for "Stand-alone" operation.
I'd like to easily synchronize some of the tables (mainly the sales transactions and inventory items) between the two.
Is there an easy way using SSMS to say "Synchronize Server1.dbo.table with Server2.dbo.table"?
Obviously, the two systems won't always "see" each other, so replication, in my understanding of it, won't work.
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
I'd like to easily synchronize some of the tables (mainly the sales transactions and inventory items) between the two.
Is there an easy way using SSMS to say "Synchronize Server1.dbo.table with Server2.dbo.table"?
Obviously, the two systems won't always "see" each other, so replication, in my understanding of it, won't work.
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg