Viewing 15 posts - 151 through 165 (of 353 total)
Hi,
Surely when you apply the snapshot this will synchronise the schemas on Publisher and Subscriber.
Is the table you have modified now consistent on pub and sub ?
Regards
Graeme
May 20, 2008 at 1:31 am
Hi,
Sounds to me like your updates have updated a unique constraint on the publisher. When this happens, replication creates two records, a delete and an insert pair. This is not...
May 16, 2008 at 8:24 am
Hi Jason,
On the dev box, once you have restored, republish the database as per live (i.e. same publication) then run sp_repldone, then drop the publication. You will then be able...
May 16, 2008 at 8:20 am
Hi,
I think this depends on the size of the database and the complexity of your replication.
If you can, it's best to remove replication, make the changes and republish. But this...
May 16, 2008 at 8:17 am
Hmmm,
If the table is not too big, I would remove it from the publication, make the structural change and then add it back.
The process might be
Drop subscriptions to the article
Drop...
May 16, 2008 at 8:12 am
Hi James,
As far as I'm aware you would just need the procedure sp_addArticle with the publication and article (plus any attributes that are not standard in the publication)
Having added the...
May 16, 2008 at 8:07 am
Hi,
Having restored your database I would re-publish it, then run sp_repldone.
This will allow you to clear the log file.
You can then use sp_removedbreplication.
HTH
Graeme
May 2, 2008 at 1:48 am
Hi,
I would try to avoid backing up across servers...depending on the size of the database of course.
I done something like this is the past where I backup the db, zip...
May 2, 2008 at 1:45 am
Hi,
So Server 1 is currently a publisher and Server 2 is a subscriber...correct.
Once these are in place you can simply republish the data on Server 2 and add the remote...
March 25, 2008 at 6:20 am
Hi,
Unless you are making changes at a subscriber, why do you need FKs on your subscriber.
You would definitely need to drop them before re-applying your snapshot.
Graeme
March 18, 2008 at 8:40 am
Hmmm...sounds a little confused to me.
Any reason why server 2 cannot be a publisher with two publications.
47 tables in one publication with server 1 as a subscriber
3 tables in one...
March 12, 2008 at 3:35 am
Hi,
I think the best way would be to query the tables in the Distribution database.
MSArticles contains all tables used in all the publishers on that server, you can join in...
March 5, 2008 at 3:48 am
Hi,
By querying the MSreplication tables in the distribution can you determine what commands are waiting to be applied by the agent?
Graeme
February 29, 2008 at 12:35 am
Hi,
Seeing as you are using a Pull subscription have you checked the distribution agent at the Subscriber as I assume that is where it will run.
You noted that the agent...
February 28, 2008 at 8:17 am
Not sure..probably not...but that is the default setting
Can I ask why you do the following
update distribution..MSsubscriptions set status = 2
Thanks
Graeme
February 28, 2008 at 7:26 am
Viewing 15 posts - 151 through 165 (of 353 total)