Viewing 15 posts - 241 through 255 (of 5,103 total)
if you did not specified index creation on the schema_option of your table articles the indexes will not be replicated.
March 30, 2009 at 2:58 pm
You can usually see tran_seq_number and command_id on replication monitor.
Use those on sp_browsereplcmds and you will see which rows are the troublemakers.
Now to me it could be an indication...
March 30, 2009 at 1:14 pm
There is one Book on replication that has step-by-step instructions on many of the setups http://www.amazon.com/Server-2005-Replication-Definitive-Guide/dp/1590596501
BUT it is mostly BOL with Pictures... Nothing ( or to me at least) is...
March 30, 2009 at 1:09 pm
Kendal Van Dyke (3/27/2009)
noeld (3/25/2009)
Identity columns and replication are a dangerous combination.
Identity columns and replication are a dangerous combination for the central subscriber model, specifically because you can have a...
March 30, 2009 at 12:59 pm
if you have two separated publications you should have no problems but I have never tried to create two separated publications going to the same subscriber DB.
Is that your case...
March 30, 2009 at 12:51 pm
Just one clarification. publisher is a SERVER, publication is associated with a database.
- You can have MULTIPLE publications with ONE publisher and ONE database.
- In the same way you can...
March 30, 2009 at 12:46 pm
Michael Wood (3/26/2009)
Reading from your Inventory table, but updating your InventoryUpdate View...
March 30, 2009 at 12:43 pm
Grant Fritchey (3/25/2009)
March 25, 2009 at 4:41 pm
RBarryYoung (3/25/2009)
I would suggest allowing us to delete a post as long as someone hasn't replied to it yet.
That sounds sensible.
March 25, 2009 at 3:10 pm
umar iqbal (3/25/2009)
I backup and restore database to make them in synch .
once in synch...
March 25, 2009 at 1:48 pm
Florian Reischl (3/25/2009)
So I thought the OPENQUERY might be a better solution. I don't really know if the data are too much before or even after the grouping. Maybe...
March 25, 2009 at 1:30 pm
Bad Idea to run such a query over a linked server if the table is big!
March 25, 2009 at 1:16 pm
DDL of the tables, some sample data and some sample of the output you expect will help us help you.
March 25, 2009 at 1:14 pm
Florian Reischl (3/25/2009)
Thank your for your feedback. The sp_MSforeachdb also uses a CURSOR internally. See:
DECLARE @v-2 NVARCHAR(MAX)
SELECT @v-2 = definition
FROM sys.all_sql_modules
WHERE...
March 25, 2009 at 1:11 pm
You can have one agent per publication, so there is nothing new about this.
If you have multiple publications going into one subscriber you will see multiple distributor agents.
There could...
March 25, 2009 at 1:02 pm
Viewing 15 posts - 241 through 255 (of 5,103 total)