Viewing 8 posts - 1 through 8 (of 8 total)
FYI....the problem been solved now...cheers everyone...:rolleyes:
May 20, 2014 at 3:43 am
Thanks man...worked like a charm....cheers... : )
March 18, 2014 at 8:10 pm
Chandrachurh Ghosh (2/27/2014)
Copy, Paste and Run....hope this helps....:-)
Thank you so much man...really appreciate your effort... 🙂
March 2, 2014 at 4:01 pm
patrickmcginnis59 10839 (2/25/2014)
February 26, 2014 at 3:43 am
Merge means I want to get all the 6 columns(3 on each table) in to a new table...
February 20, 2014 at 4:59 am
Okay…sorry guys for making you all so confused :w00t: I really didn't mean it...
Here is an example –
Select R1,R2,R3
From Database.table1 as table.x
Select C1,C2,C3
From Database.table2 as table.y
Now, I want to...
February 20, 2014 at 4:33 am
SELECT * FROM
(
SELECT datafields
FROM t1
UNION ALL
SELECT datafields FROM t2
) AS Anewtable WHERE t1.something = t2.something
Am I right here? I have to do the entire process in three tiers...almost 45 tables...
February 19, 2014 at 4:18 am
Thanks guys...its been solved now...:-D I still don't see the link on the Report Manager Site...but who gives a **** as long as its working...I have made the connections and...
February 8, 2014 at 3:45 pm
Viewing 8 posts - 1 through 8 (of 8 total)