Viewing 5 posts - 1 through 6 (of 6 total)
I was hoping I wouldnt have to do that, does MS have any best practices for where the binaries and dll files should be installed?
January 21, 2013 at 9:29 am
well I don't have CLR and would prefer to not do anything with cursors, so what I will do is load a history table with all data prior to...
July 16, 2012 at 11:42 am
thanks for pointing me in the right direction!
July 16, 2012 at 9:12 am
essentially yes I am trying to run totals, and I only want to display unique data based on that select distinct join.
July 16, 2012 at 8:47 am
Wildcat (3/21/2012)
SELECTLAST_NAME,
FIRST_NAME,
[ADDRESS] = (SELECT STUFF((SELECT ' ' + ADDRESS_LINES
FROM yourTable
WHERE ID = a.ID
ORDER BY POS
FOR XML...
March 21, 2012 at 1:40 pm
Viewing 5 posts - 1 through 6 (of 6 total)