Forum Replies Created

Viewing 15 posts - 61 through 75 (of 1,241 total)

  • Reply To: Creating Index take a long time

    WhiteLotus wrote:

    Shurgenz (8/4/2014)


    when creating the new index on a large table that already has some indexes, the new index could take a long time when tehre is alredy index with...

    ----------------------------------------------------

  • Reply To: Take Care

    Thank you Grant for bringing up the important subject of self care. There are numerous youtube videos that you can find on the subject. But they all seem to converge...

    ----------------------------------------------------

  • Reply To: Commit transaction inside loops

    Jeffrey Williams wrote:

    Using WAITFOR DELAY after the delete - even as little as a .25 second wait could alleviate the blocking. 

    Yes , well stated.

    PHXHoward: Do you happen to have an...

    ----------------------------------------------------

  • Reply To: some questions related to Ola hallengren maintenance scripts

    Jeff Moden wrote:

    vsamantha35 wrote:

    Hi All,

    I have couple questions related to Ola Hallengren's maintenance script. If anyone has the answers, please do reply.

    1. In which order the rebuild and update stats run....

    ----------------------------------------------------

  • Reply To: Plan Cache refreshing every 24 hours

    Thank you for that good information. I will start to look into this direction.

    ----------------------------------------------------

  • Reply To: Plan Cache refreshing every 24 hours

    Hi Steve: I am facing a similar issue on one of our databases. 100 % new plans in the last hour. I was wondering if you ever found the cause...

    ----------------------------------------------------

  • Reply To: blocking issue

    I am not sure you would want to automatically commit open explicit transactions. If you lose a connection on update 2 of 3 and you commit then you are left...

    ----------------------------------------------------

  • Reply To: Query help please

    tmyers 75436 wrote:

    Perhaps I am not understanding your need. What I am reading is that you make changes to your client records (without naming the table that contains the clients)  and...

    ----------------------------------------------------

  • Reply To: Query help please

    tmyers 75436 wrote:

    Perhaps I am not understanding your need. What I am reading is that you make changes to your client records (without naming the table that contains the clients)  and...

    ----------------------------------------------------

  • Reply To: Commit transaction inside loops

    You would want an Explicit transaction if you were doing an operation , for example, on two tables in a way that they both need to maintain integrity. For example...

    ----------------------------------------------------

  • Reply To: Commit transaction inside loops

    To add to the question on losing a connection that may be in a transaction,

    We have had site down maintenance and to where the network is just brought down. The...

    ----------------------------------------------------

  • Reply To: some questions related to Ola hallengren maintenance scripts

    It sounds like there is a particular index that may be taking a lot longer and blocking the processing of others , especially if you set a time limit on...

    ----------------------------------------------------

  • Reply To: Data Archival: 1 table (Database A) to 1 table (Database B)

    It is better to not just designate an arbitrary integer as your clustering index. But instead consider how the table will join to other tables and be filtered.

    If you are...

    ----------------------------------------------------

  • Reply To: Degraded Performance in 2017 vs 2008 R2 with inserts

    Aside from what been said, If your data has changed then see if you need to update index stats especially on your heavily used tables.

    ----------------------------------------------------

  • Reply To: How to compare data in customer table with other customers to find related cust

    What ever your rules for matching are , For example address matching, you will need to join the table with itself. Something like  ? >

    Select t1.custNo, t2.*,...

    ----------------------------------------------------

Viewing 15 posts - 61 through 75 (of 1,241 total)