Viewing 4 posts - 1 through 4 (of 4 total)
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...
April 2, 2010 at 8:14 am
SELECT N,
SUM(CASE Q1 WHEN N THEN 1 ELSE 0 END) as Q1,
SUM(CASE...
March 25, 2010 at 1:25 pm
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...
March 25, 2010 at 1:22 pm
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...
March 25, 2010 at 1:18 pm
Viewing 4 posts - 1 through 4 (of 4 total)