Viewing 5 posts - 16 through 20 (of 20 total)
or Change DATEPART to DATEADD(MM, DATEDIFF(MM, 0, AdmissionDate ), 0) to get the First of the month in datetime format (if you need to show the year) and group by...
June 22, 2009 at 7:46 am
Maybe use a CHECKSUM / BINARY_CHECKSUM on the GUID? Not exact though but could be used with something else maybe??
June 9, 2009 at 3:59 pm
Hi Michael,
You are better off with using an OR to choose the criteria as you suggested. The code below will identify any Tag fields with the exact 'AB', 'AB' with...
June 9, 2009 at 3:25 pm
Thanks for your help Brandie, I have adapted the coalesce code, which works a treat!!
Now I have one small problem, my intention was to use a CTE for the base...
March 23, 2009 at 11:08 am
Viewing 5 posts - 16 through 20 (of 20 total)