- Geographically distributing data to databases located at remote sites. This improves performance for end users by placing the data in a network location close to them and simultaneously reduces the load on intersite network connections.
- Distributing data across multiple servers for load-balancing purposes. One common deployment strategy is to have a master database that is used for all update queries and then several subordinate databases that receive snapshots and are used in read-only mode to provide data to users and applications
- Update data on a backup server to be brought online in the event the primary server fails
Initiating snapshot replication is a three-step process and About Databases contains detailed tutorials explaining each step: You may repeat the final step of creating a subscriber as many times as necessary to create all of the subscribers you would like.
Snapshot replication is a powerful tool that allows you to transfer data between SQL Server installations in your enterprise. The tutorials linked above will help you get started moving data in a matter of hours.


