Viewing 15 posts - 241 through 255 (of 1,790 total)
In that situation getting the snapshot to recognize the changes can be sometimes problematic. The steps I sent should work IF you are ok with pushing a new copy of...
March 10, 2011 at 2:13 pm
Did you put the table back in the same publication? Are there other tables in that publication? Here is my recommendation to get this fixed.
1. Pull the table out...
March 10, 2011 at 2:01 pm
Krasavita (3/10/2011)
Both
So, you pulled the table out of replication, made a change and put it back in replication? Did you send a new snapshot? At this point it would be...
March 10, 2011 at 1:47 pm
Krasavita (3/10/2011)
Yes, I changed table,but results are not replicated
When you say results are not replicated are you saying the physical object change did not replicate or you are not replicating...
March 10, 2011 at 1:37 pm
You will have to add the scripting piece inline with the physical_device_name but shouldn't be too much work to get the syntax selected out;
selectbmf.physical_device_name
frombackupset bs join backupmediafamily bmf
on...
March 10, 2011 at 1:34 pm
It may be sufficient but you should get something in writing stating that they can meet your service level agreement for recovery. If you have a requirement for a point...
March 10, 2011 at 8:40 am
Sounds like a good choice to use the call at this point. I'll be curious to see what you end up doing to get it working.
March 4, 2011 at 12:33 pm
I would agree that it is remnants in the distribution database. I would NOT disable the distributor just disable that database from being a publisher and re-establish replication from there....
March 4, 2011 at 12:00 pm
Definitely seems odd. Is that the only publication for that database? Assuming yes. The only other thing that I could say you could do is to remove the publication again,...
March 4, 2011 at 11:15 am
Ok, try the following;
use YourPublisher;
go
EXEC sp_repldone @xactid = NULL, @xact_segno = NULL, @numtrans = 0, @time = 0, @reset = 1
If that doesn't work then you can try sp_replflush...
March 4, 2011 at 10:34 am
And you ran that on the publication database? Sorry if I am asking picky questions but it makes a difference.
Checking some notes I have on this as well.
March 4, 2011 at 10:30 am
This is what I am referring to. Have you tried this?
"What you will need to do is stop the logreader agent for that database, open up an SSMS connection...
March 4, 2011 at 10:15 am
Did you try my first comment? Let me know.
March 4, 2011 at 10:09 am
MyDoggieJessie (3/4/2011)
I am beginning...
March 4, 2011 at 9:27 am
One last note, please make sure that before you run sp_repldone, you are connected to the publisher and in the published database that you are having problems with. If...
March 4, 2011 at 8:59 am
Viewing 15 posts - 241 through 255 (of 1,790 total)