Viewing 3 posts - 1 through 3 (of 3 total)
I like Itzik Ben-Gan's books. Writes really well.
with cte1
as
(
rn = row_number() over (partition by p.person_id, p.enc_id order by p.person_id)
, p.last_name
, p.first_name
, p.date_of_birth
, pe.enc_id
,...
December 8, 2013 at 9:32 pm
#1671789
Mohammad, thanks for your help. This solution worked. I could have sworn I tried this and may have missed something. I was about to create a custom assembly and pass...
April 29, 2013 at 11:43 am
#1610933
Lynn, thanks for the information and the feedback! 🙂
March 22, 2013 at 12:16 am
#1599673