Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: SQL Select causes 100% CPU

    Thank You for your Help. I changed the Where clause up a little bit and that seemed to help. I wished I could make it faster but I guess this...

  • RE: SQL Select causes 100% CPU

    I just check the table and followup is a datetime column.

    Thank You

  • RE: SQL Select causes 100% CPU

    Thank You for responding.

    In regards to the time and date. I also have tried (REPLACE(CONVERT(char(10), dbo.Notes.FollowUp, 111), '/', '') <= REPLACE(CONVERT(char(10), GETDATE(), 111), '/', '')).

    But I still get...

Viewing 3 posts - 1 through 4 (of 4 total)