Viewing 6 posts - 61 through 66 (of 66 total)
And to return a distinct record for each combination of values without pulling an ID.
SELECT DISTINCT age, height, gender FROM persontable
I know GilaMonster has a more correct answer but...
July 22, 2004 at 7:06 am
Check this...MSSQL Net-Library Encryption using SSL
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_cs_6fu6.asp
July 21, 2004 at 1:29 pm
IMHO, I would definately want to understand the errors depending on the severity. Warnings are basically what level you are comfortable with.
July 21, 2004 at 1:26 pm
Maybe the Management / Current Activity / Process Info / Memory Usage column would show you old connections that are using up query memery?
July 21, 2004 at 1:13 pm
Good point David. I missed that and after trying the clause I found the query is fast when adding the seemingly trivial AND shiftdate < GETDATE. So this had nothing...
July 21, 2004 at 10:18 am
Viewing 6 posts - 61 through 66 (of 66 total)