Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 2,643 total)

  • Reply To: Things to be considered while tuning an UPDATE statement

    ScottPletcher wrote:

    If you only need to lookup consolidation_ind if it is = 1, then create a filtered index on ( consolidation_ind, party_id ) WHERE consolidation_ind = 1. Cluster table #party_id...

  • Reply To: Things to be considered while tuning an UPDATE statement

    If you haven't already created an index on your temporary table it might speed processing up if you add one before doing this update:

    CREATE INDEX IX_#party_id_1 ON...
  • Reply To: date yyyy-dd-mm in SQL 2016?

    datsun wrote:

    Jonathan/Thom, You both are right actually. We have many scripts with dates in dd/mm/yyyy and yyyy-mm-dd format. Plus we have to change few staff members login to English login...

  • Viewing 15 posts - 1,516 through 1,530 (of 2,643 total)