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.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Replication- do you always have to apply snapshot?

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, etc

In 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
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-06-09 : 12:24:46
Define "very long time".

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -