Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Delete and Insert Blocking

    Jeff,

    After extensive testing your solution is the best for our environment. Thank you very much for all the help.:)

    Troy Doherty

  • RE: Delete and Insert Blocking

    Once again thank you for all the great replies.

    Jeff, I have a sandbox hung off od our DEV environment so not risk to real data. 😀 I have a...

  • RE: Delete and Insert Blocking

    set @dt = getdate()-94 is Sep 18 2007 3:37PM

    select @dt = datediff( d, -94, getdate()) is Mar 24 2008 12:00AM

    By deleting records < select @dt = datediff( d, -94,...

  • RE: Delete and Insert Blocking

    Sorry Missed part of the table configuration.

    CLUSTERED INDEX time_stamp, connid

    INDEX connid, key1

    I did a bit of testing and limited my purge to 6 records(we only have 6 records older than...

  • RE: Delete and Insert Blocking

    Steve, Jeff,

    Thank you both for your quick replies. I will be trying a combination of your suggestions after the holidays. I'd hate to break something for Christmas. 😀

    I prefer not...

Viewing 5 posts - 1 through 6 (of 6 total)