Replication between two SQL Server 2005 Mobile units?

  • Thread starter Thread starter dotnetfellow
  • Start date Start date
D

dotnetfellow

Is it possible to replicate between two differen SQL Server 2005 Mobile
instances with no SQL Server "proper" in the mix? I have two different
instances of the mobile genre and no actual server available. I wanted
to see if I can transmit data from one mobile instance to another
without having to have a SQL Server in the mix. Thanks in advance.

-DotNetFellow
 
DotNetFellow,

You'd have to write your own code to do this, perhaps using sockets.
 
Back
Top