I have an end-user question about what replication solutions are available in SQL 2005 for the following configuration. We are looking for a replication option that will allow instant replication of changes made to the database at a remote office with a WAN connection. This is a manufacturing operation and the aplication in use requires those changes to be instantly replicated to the primary SQL server located in the data center.
The vendor that supports our application has never had an instance where there was a WAN separation between the application and the database (we run the application through Citrix/Terminal Services) and has yet to attemt an installation using replication.
What replication options should we consider and what type of overhead will it require in terms of bandwidth to support live replication of the database. I know there are a million variables that come into play here, but if there is a general direction anyone could point me in I would certainly appreciate it.
Thank you!

SQL Replication
Jerome Bonnet
Ralph Perkins
You can look at Transactional Replication with updating subscriber scenario. Immediate Updating subscriber can work, although if the line between the subscriber and distributor goes down, all changes at the subscriber will fail until the line is up and running. Changes at the distributor will queue up until line is up and running.
If you have SQL 2005, and you have Enterprise Edition, you can also take a look at Peer-to-Peer.
Tore Bleken
Lasha