Viewing 15 posts - 541 through 555 (of 3,738 total)
I ran the snapshot agent several times.
The article was generated but it did not make it to the subscriber.
All of the other articles that I added since then did not...
July 20, 2015 at 11:33 am
I added Articles to be published but they did not make it to the subscriber.
Is there a way to force the articles to be applied?
July 20, 2015 at 11:17 am
I have added 100 + articles to what is going to be the production Server.
Should I do an image of that Server and apply it to the test Server?
July 20, 2015 at 3:24 am
I added a view article and I missed one table referenced in the view.
I added over 100 articles but I missed one table.
When I ran the snapshot agent it bombed...
July 20, 2015 at 2:34 am
Thanks for the input.
My concern is that is I add a bunch of articles and I break replication and have to regenerate a new snapshot bec ause I missed a...
July 20, 2015 at 2:01 am
The problem is that if I add the view as an article and I miss a table referenced in the view. The snapshot agent bombs out and I'm forced to...
July 17, 2015 at 7:55 pm
Alan.B (7/16/2015)
Is there a work around?
If it's possible to index the view that would would be an option.
That is not going to work.
Thanks.
July 17, 2015 at 4:46 pm
r.dragoi-1095738 (7/14/2015)
There is also a column is_published , that might help !select top 100 * from sys.objects
where is_published = 1
order by 1
That only returns tables.
I'm...
July 14, 2015 at 6:06 am
Actually I'm looking for the objects (Views & Functions) not the Columns.
Thanks.
July 13, 2015 at 11:06 am
I can copy and paste but not the whole line when I try and scroll.
Could you please place the code outside of the CQL Code Tag?
Thanks.:-)
July 13, 2015 at 10:59 am
drew.allen (7/13/2015)
July 13, 2015 at 10:00 am
The following does not work:
SELECT Name
FROM sys.Objects
WHERE is_replicated = 1
AND type_desc IN ('VIEW')
ORDER BY Name
July 13, 2015 at 9:35 am
Viewing 15 posts - 541 through 555 (of 3,738 total)