Viewing 8 posts - 1 through 8 (of 8 total)
Hey Kat,
I think you will need to use a case statement to tabulate your results the way you wanted. See BOL on how to use a case statement:
December 7, 2010 at 7:06 am
I use music to complement the state of mind I'm in. If I'm doing something I already know very well, which is 90% of the time, I prefer heavy metal...
December 3, 2010 at 7:57 am
This is a very old thread! I am a touch-typist averaging 70WPM. My burst speed is definitely 100+ WPM, but I make a ton of mistakes, which is why three...
August 20, 2010 at 8:51 am
What the heck!? Was it supposed to be identity (-1,-1)?
I wrote it out in SQL and my server returns -1, 0, 1. What's the deal?
June 28, 2010 at 7:25 am
I did a cast(0 as datetime), but then I thought hmm. can negatives be converted to datetime? I picked 64000, but that failed, so then I went incrementally to -53690...
April 2, 2010 at 6:04 am
I have a work-issue HP EliteBook 6930p. I haven't been fond of HP-anything until this laptop. It is well built, fast, and has the stick. The touchpad is also recessed...
February 10, 2010 at 9:10 am
I prefer to use dynamic SQL, and that has always resulted in good performance. However, in this application I chose to encapsulate the query into a stored procedure for the...
January 29, 2010 at 8:12 am
THANK YOU!!! I ran into a similar issue where I created a stored procedure from a well perfroming query (2 seconds), which took 40 seconds as a stored procedure. What...
January 28, 2010 at 2:50 pm
Viewing 8 posts - 1 through 8 (of 8 total)