Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Slow performance

    Select Top 1 Q.UniqueId From DataQueue Q Where (((Q.field1= 1) And (Q.Status = 'ND')))

    And Q.Status Not In ('A', 'B')

    And 0 = (Select Count(*) From DataQueue Where ImageId = Q.ImageId And...

Viewing post 1 (of 2 total)