Forum Replies Created

Viewing 15 posts - 241 through 255 (of 5,103 total)

  • RE: Replication Indexes missing

    if you did not specified index creation on the schema_option of your table articles the indexes will not be replicated.

  • RE: Trans replication errors 2627 and 20598

    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...

  • RE: Books with very detailed replication chapters

    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...

  • RE: Changing the key field of a replicated table

    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...

  • RE: Snapshot folder deletion failing

    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...

  • RE: distributor agents job in replication

    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...

  • RE: Peer to Peer Transactional Replication

    Michael Wood (3/26/2009)


    If you have the option to do some redesign of the application you might want to try something like:

    Reading from your Inventory table, but updating your InventoryUpdate View...

  • RE: Speaking at PASS

    Grant Fritchey (3/25/2009)


    From conversations I've had with people who were on the committee, the DBA track has the fiercest competition. Since you're on that track... it'll be tough. But you...

  • RE: Are the posted questions getting worse?

    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.

  • RE: Server hanged while generating Snapshot

    umar iqbal (3/25/2009)


    Try not to run snapshot agent. I never do since it takes lots of resources. Alternatively

    I backup and restore database to make them in synch .

    once in synch...

  • RE: Group By Clause ???

    Florian Reischl (3/25/2009)


    Hi Noel

    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...

  • RE: Group By Clause ???

    Bad Idea to run such a query over a linked server if the table is big!

  • RE: use top in a loop question

    DDL of the tables, some sample data and some sample of the output you expect will help us help you.

  • RE: Execute a table of statements

    Florian Reischl (3/25/2009)


    Hi Richard

    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...

  • RE: distributor agents job in replication

    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...

Viewing 15 posts - 241 through 255 (of 5,103 total)