Forum Replies Created

Viewing 15 posts - 76 through 90 (of 121 total)

  • RE: Replication & Mirroring

    Thank you for making that distinction for others that may read this. I hadn't thought to include that.

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Replication & Mirroring

    Correct. Queued.

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Moving Specified Data Between Databases with SSIS

    Of course I figured out that in the OLE DB Source you can click the drop down and select SQL command as the Data Access Mode after I posted this....

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Database mirroring "log granularity"

    In synchronous mode every transaction is hardened to the mirror before being committed at the principal.

    In asynchronous mode (Enterprise only), the transactions are committed at the principal and then sent...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Replication & Mirroring

    Controlled Failover: Failover done manually through use of the 'Failover' button in Mirroring Monitor (or equivalent T-SQL), typically used to failover in the event that you want to do system...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: whats is exactly going to send to mirror from principal (all tlog or just delta)

    sivaji (6/23/2010)


    However be the number of times, I am resuming mirroring, after few seconds again mirroring state is changing to "Suspended". Seems like full chaos or a Microsoft bug. I...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Replication & Mirroring

    Sure did. It works fine as long as it was a controlled failover. If it was an automatic failover or forced manual failover, it holds the transactions until...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Replication & Mirroring

    SQLJocky (6/5/2010)


    Are there any fundamental issues or things I should know in advance when using transactional replication w/ updateable subscriptions and mirroring at the same time? I heard that...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Pass dynamic arguement to sp_start_job

    By the way, I'm feeling a little foolish for not seeing this sooner but for anyone else looking for it, there is a special system stored procedure that is already...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Pass dynamic arguement to sp_start_job

    Awesome, that works like a charm. Thanks!

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Pass dynamic arguement to sp_start_job

    Should it be something closer to this? Still not right as it is asking me to declare scalar value even though I'm only returning a single value. How...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Pass dynamic arguement to sp_start_job

    I think I'm missing something else here as well. I get a couple errors on the declare statement syntax (on the , separating the two variables and it says...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Create Index on Replicated Tables

    Brandie Tarvin (6/2/2010)


    Check the dump log, and the server's event viewer. What are they saying?

    The usual "fix" in SQL 2000 for me (when it came to problems like this) was...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Log reader error no. 20011 , 18773, 18805, 22037

    Did you ever find a fix for this? It is happening for us now.

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Create Index on Replicated Tables

    Brandie Tarvin (6/2/2010)


    It's been forever since I've used replication. I have this bizarre, vague memory that there's a setting in one of the properties windows that needs to be set...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

Viewing 15 posts - 76 through 90 (of 121 total)