xav
2010-10-29 10:34:50 UTC
I need to setup an SQL Server 2005 replication with a 20GB database.
That's the first time I setup a replication. The subordinate server
will be hosted in a remote location with a low bandwith internet
access. Therefore I need to make a backup (or stop and zip ldf & mdf
files) before going to this location, restore this backup, setup the
replication there. I am not sure of the process:
1. stop the main server
2. zip ldf & mdf files (due to different constraints it is faster than
a backup)
3. setup the main server as a distributor (no replication yet)
4. start the main server
5. go to the remote location
6. install an SQL Server, attach the decompressed ldf & mdf files
7. setup the subscription on this subordinate server
Question:
- is this process correct ?
- will snapshots be downloaded through MSSQL connection or does it
require a shared folder or FTP ?
- new data inserted in the main database between operation 1 and 7
will be downloaded with the 1st distribution (I mean no data lost) ?
Thanks for your help
That's the first time I setup a replication. The subordinate server
will be hosted in a remote location with a low bandwith internet
access. Therefore I need to make a backup (or stop and zip ldf & mdf
files) before going to this location, restore this backup, setup the
replication there. I am not sure of the process:
1. stop the main server
2. zip ldf & mdf files (due to different constraints it is faster than
a backup)
3. setup the main server as a distributor (no replication yet)
4. start the main server
5. go to the remote location
6. install an SQL Server, attach the decompressed ldf & mdf files
7. setup the subscription on this subordinate server
Question:
- is this process correct ?
- will snapshots be downloaded through MSSQL connection or does it
require a shared folder or FTP ?
- new data inserted in the main database between operation 1 and 7
will be downloaded with the 1st distribution (I mean no data lost) ?
Thanks for your help