Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ranvir_2k
Posting Yak Master
180 Posts |
Posted - 2011-06-09 : 06:24:30
|
Hi all,I'm setting up transactional replication from one server to another.Everything in the database is being replicated - tables, SPs, etcIn total, the database is 100GB in size.Due to the size of the data, it is taking a very long time to apply the snapshot to the subscriber database.Is there anyway around having to take a snapshot? Could I restore the publishing database on the subscriber database and then start transactional replication?Or do I have to take a snapshot for this to work? |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2011-06-09 : 12:16:29
|
100 GB isn't that big. Seems you have network or configuration issues. But...see link below.http://technet.microsoft.com/en-us/library/ms151705.aspx |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|