Viewing post 1 (of 2 total)
When joining an OPENQUERY, you do not need to include the OPENQUERY in a sub query, try this:
select
[ApEmail]
,[FirstName]
,[LastName]
,[UEmail]
,[PEmail]
,[SCode]
,r.AY, r.JN, r.APID, r.APUNAME, r.EMAIL,...
June 30, 2015 at 2:25 pm
#1809296