Forum Replies Created

Viewing 15 posts - 556 through 570 (of 3,738 total)

  • RE: Syntax Error IS NULL

    I execute this and I get the following:

    update #tmpTotals set StateCount = ISNULL(Select Sum(DayCount,0) from #tmpTotals t where Loss_state = #tmpTotals.Loss_State )

    Msg 156, Level 15, State 1, Line 40

    Incorrect syntax...

  • RE: Run 64 bit property False

    Thanks Phil. 🙂

  • RE: How do you stop Replication?

    Justin Manning SA (7/2/2015)


    Great 🙂

    what did you eventually do to fix it?

    Thanks,

    Justin

    I keep trying to create a snapshot but I got error that various objects did not exist.

    So...

  • RE: Schema Change History

    Jacob Wilkins (7/1/2015)


    Welsh Corgi (6/30/2015)


    I do not see where this code is reading a Transaction Log?

    SELECT [Transaction Id], [Begin Time], SUSER_SNAME ([Transaction SID]) AS [User]

    FROM fn_dblog (NULL, NULL)

    WHERE...

  • RE: How do you stop Replication?

    Replication is working. 😎

    Thank you to everyone for your positive feedback.:-)

  • RE: How do you stop Replication?

    I believe this will turn the Agent back on?

    [/

    if exists (select 1 from distribution..MSsubscriptions where status = 0)

    begin

    UPDATE distribution..MSsubscriptions

    SET STATUS = 2

    WHERE publisher_id = '--publisher_id -- will be integer --'...

  • RE: How do you stop Replication?

    I clicked on Publisher to Distributor and it list 2 seconds.

    Distributer to Subscriber is Pending.

    Total latency is Pending as well.

    What do I need to turn on?

  • RE: How do you stop Replication?

    andreas.kreuzberg (7/1/2015)


    Hi,

    are you sure, that you, ore the used service account, had all rights. We have a special user called SQLREPL, who had db_owner rights on the publisher, and subscriber...

  • RE: How do you stop Replication?

    I get an error that the Replication Monitor could not reinitialize one or more subscriptions that support automatic initialization.

    The current operation was aborted because it would deactivate an article in...

  • RE: How do you stop Replication?

    jsterrett (7/1/2015)


    The snapshot is just going to BCP data into files on the path specified to the distributer. Can you verify if the snapshot has been deployed to the subscribers?...

  • RE: How do you stop Replication?

    Justin Manning SA (7/1/2015)


    Welsh Corgi (7/1/2015)


    I reinitialized and created a new snapshot.

    I got messages that the Data was being bulked copied.

    There is no data in any of the tables....

  • RE: How do you stop Replication?

    I go into the Distributer To Subscriber History and I get Skipping File 'Trades' it has already been delivered for a previous article or a previously interrupted snapshot.

    I get this...

  • RE: How do you stop Replication?

    I reinitialized and created a new snapshot.

    I got messages that the Data was being bulked copied.

    There is no data in any of the tables. :sick:

  • RE: How do you stop Replication?

    jsterrett (7/1/2015)


    I would look at this from another angle. What is blocked? What is the lead blocker? Where is the blocking occurring? For example, its common to see blocking...

Viewing 15 posts - 556 through 570 (of 3,738 total)