Forum Replies Created

Viewing 13 posts - 16 through 28 (of 28 total)

  • RE: Configuring Service Broker Architecture

    rgarrett (9/15/2015)


    I am in an organisation that is looking at using the Service Broker to queue up messages for getting them sent out to RabbitMQ using a custom SQL CLR...

  • RE: Configuring Service Broker Architecture

    Why did you like it? Has it helped you to solve issues?

    What was bad in it?

    I like critics... don't be shy.:hehe:

  • RE: Autogenerating SSIS file import packages using Biml

    I would consider BULK INSERT command to use in such trivial cases.

    It could be automated to populate many tables in parallel instead of running sequentially SSIS packages.

    Thanks! Nice article though!

  • RE: Configuring Service Broker Architecture

    Thanks for the rating and comment.

    Just to make clear:

    1.Trustworthy db option is disabled by default. Also, it will be set to OFF after detach/attach db operations. Enabling this property can...

  • RE: Distribution Database Migration

    stacylaray (3/25/2015)


    This is not supported as the code is updating the replication metadata tables. If the distributor server name changes from S1 to S2, the only supported way is to...

  • RE: Monitor Database Growth and Usage

    Hi,

    I like the article, but there is a drawback in your solution. There is no proper error handling in powershell and related sql job step. If monitoring server fails to...

  • RE: Distribution Database Migration

    joe.tj (11/28/2014)


    Hi VU,

    I used SSMS to generate scripts of logreader,ditribution and snapshot on the old distributor.

    Then I modified this scritpt content with variables(etc $(Publisher),$(Subscriber)) .And...

  • RE: Distribution Database Migration

    Anders_ss (11/27/2014)


    I'm been using this article as reference when I tested a migration of the Distribution database the last week. It is very good and informative, but it has some...

  • RE: Distribution Database Migration

    joe.tj (11/27/2014)


    Hi,

    I make a test on a push replication following you steps.but it doesn't work.

    1.the distribute job occurs error msg:Agent message code 20044. The subscription to publication 'PubTest' has expired...

  • RE: Distribution Database Migration

    Misha_SQL (11/21/2014)


    I liked this article! This method could come in handy sometimes. One question regarding the part, which deals with linked servers. What exactly are you doing...

  • RE: Distribution Database Migration

    Hope all works,

  • RE: Distribution Database Migration

    Hi Vj,

    If you try provided scripts in the article with correct server names then it should work for you.

    KEEP_REPLICATION should do the trick.

    V.U.

  • RE: Distribution Database Migration

    ninety3cents (11/20/2014)


    Hey Val,

    I find this a little more complicated then it needs to be. Why not just initialized from a back up? That's how i've done it and its been...

Viewing 13 posts - 16 through 28 (of 28 total)