Forum Replies Created

Viewing 15 posts - 46 through 60 (of 222 total)

  • RE: Error Handling

    Jack Corbett (1/5/2010)


    I'd do explicit transactions and commit then you should be all set with the an error only rolling back the current transactions. You can do TRY CATCH...

  • RE: Best approach on UPDATE

    Is it really possible to get the execution time dropped to nearly 10 seconds from 1 hour after running updates in batches?

    Thats what i am getting and i am not...

  • RE: Best approach on UPDATE

    Lowell, based on your example code, i have written my query below after removing case statements and making it simple to understand and clarify the logics:

    SET ROWCOUNT 500000 --only fiddle...

  • RE: Best approach on UPDATE

    Is it just because i don't end up updating same records again and again?

  • RE: Best approach on UPDATE

    Lowell (12/16/2009)


    you'd simply change your update statement just a little bit, so it only updates where the destination column is null;

    Lowell, as the destination column is a new column added...

  • RE: Best approach on UPDATE

    Before answering to your comments, i'll like to tell more about what i am doing. I am migrating data with transformations on the staging database and then move the data...

  • RE: Synchronize dest table with source

    gk-411903 (12/13/2009)


    Hi

    I am planning to set up replication between source and dest db's. But in case some mismatch arises i need to have a script which will compare the Destination...

  • RE: SQL Server Memory Uasge

    Even i thought on the same lines after doing my research but i was not confident. Thats why i asked Masters for their suggestion. Thanks Steve for your feedback.

  • RE: Difference between OPENROWSET & OPENDATASOURCE

    Like your response Nigel. What a way to tell the person to initiate and try to learn yourself. 😛

  • RE: DBA Interview questions.

    Also i was asked about clustering if you have 5 nodes where one is passive and rest are active and you are planing to add more nodes then what would...

  • RE: What will be the best way to send the production data to a separate server on daily basis?

    depending on load on the production server you can use any option from high availability:-

    replication

    logshipping

    mirroring

    But you may have to factor in the pros and cons of each of the method...

  • RE: Cannot create database on cluster

    Dave Coats (8/12/2009)


    Try failing the cluster over to node 2 and bringing back to node 1. That should fix it. 😀

    I don't think this will solve the problem. If...

  • RE: changing from NO RECOVERY to STANDBY

    did secondary server changed to Standby mode?

  • RE: Change of the IP Address

    Elliott W (9/14/2009)


    Provided the severname doesn't change all that will likely be needed is a restart of the services to use the new ip address..

    CEWII

    This option of servername will only...

  • RE: Maximum Capacity Specifications for SQL Server

    You are right Elliott, any single database more than 50 TB is of interest to me as well. I haven't heard of this much big single database (500K TB) in...

Viewing 15 posts - 46 through 60 (of 222 total)