We need to purchase two licenses for Microsoft SQL Server 2008 to upgrade Microsoft SQL Express 2008 so that we can mirror the two databases in two geographically dispersed locations. What is the least expensive licensing option, and where is a good place to buy the licenses? What do we need to consider for client access licensing, considering the data will be accessed via a website? The website has a potentially undefined number of visitors.
|
feedback
|
|
Well, is it mirroring or is it replication?
Updated If you want to have updates at both sites you'll need to use Peer-to-Peer Transactional Replication. Peer-To-Peer replication is only available on Enterprise Edition SQL Server and, since the nodes are active and not on standby, you need to buy EE per CPU licenses on both sides. | |||||||||||
feedback
|
|
Apparently I need to use processor licensing when I cannot determine how many users; which is pretty expensive. | |||
feedback
|
|
Consider using SBS Server Premium which include SQL Server Standard with MERGE replication. We are using it to sync two SQL databases geographicaly dispersed and it works well. Setting up the merge replication is a bit tricky task, but then works stable. | |||
feedback
|