Forum Replies Created

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

  • RE: CPUTime vs DiskIO time

    Thanks for the reply. I'm in the process of doing that now. It was difficult finding out what all the indicators in perfmon means but I found this...

  • RE: Complex(?) Query Question

    SELECT N,

    SUM(CASE Q1 WHEN N THEN 1 ELSE 0 END) as Q1,

    SUM(CASE...

  • RE: Complex(?) Query Question

    This is not a test question. I am coding at home building an asp.net website and this is my part of my data access layer. some things I've...

  • RE: Complex(?) Query Question

    Thanks for the quick reply. Even though this query ran without any errors, I need the data to be pulled from my table, Answer. I don't know what...

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