Forum Replies Created

Viewing 15 posts - 301 through 315 (of 1,790 total)

  • RE: Transactional replication problem with update statement

    Dj463 (2/24/2011)


    As i am using SQL Server 2005, i think the update statement is delivered as update only, but not pair of delete/insert.

    Yes, you are correct. I guess I am...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Transactional Replication row is missing at the subscriber.

    It's odd that the row was not caught even though logreader was turned off. Did it possibly get deleted from msrepl_commands / msrepl_transactions or did you execute an sp_repldone? If...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Transactional replication problem with update statement

    Dj463 (2/24/2011)


    Everything works fine, except that whenever a value is updated at publisher the older value is not deleted at subscriber, instead i see both old and new rows at...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: moving databases

    Do you have a solution then and / or a task outline of the steps you will need to take? If not, post what you have so far and we...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: While loop as a scheduled job fails

    Thanks for following up and you're welcome. 😀

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Best Way to swap Databases

    edwardw 90939 (2/24/2011)


    Do I need to stop the DB instance on PROD while the renaming/swapping is taking place? Ideally there is no down time - performance slow down would be...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: moving databases

    What are your plans for the migration after reading that document? Can you put together an outline of the steps you are going to follow and reply back with that?...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: While loop as a scheduled job fails

    Oops - didn't read that all the way. You would also have to build in a "Use" @db_name in there as well so that the string was something like;

    USE DBName;...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: While loop as a scheduled job fails

    aroatenberry (2/24/2011)


    I have the below script in a job, however, when it gets to a database that doesn't have the table (Errors_table), the job fails and quits. How can I...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: moving databases

    You should review this MS LINK as it provides a great process for doing a planned move. My recommendation would be to write a script to create the file location...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    Ian Scarlett (2/24/2011)


    SQLkiwi (2/24/2011)


    David Benoit (2/24/2011)


    I remember when I took my first programming class, Pascal (Turbo actually)...

    I did a term using Turbo Pascal at University too.

    OMG, that makes me feel...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    Grant Fritchey (2/24/2011)


    Do not pile on to this one, please. I just thought I'd point out where I was bad. That one really yakked me off. Again, no need for...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Question about servers topology

    ...and you could also use with transactional replication with updatable subscriptions OR IF your data is mutually exclusive you could use peer-to-peer replication. Both of which are far less overhead...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: SQL Server is terminating because of fatal exception e06d7363

    Krasavita (2/23/2011)


    But how to check RAM?

    SQL Server will still not start correct? If so, then you have to get this information from Windows.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: SQL Server is terminating because of fatal exception e06d7363

    Thanks, that is what I thought too, which is not server version which is why I was asking. 🙂

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 15 posts - 301 through 315 (of 1,790 total)