Viewing 14 posts - 1 through 14 (of 14 total)
Im not sure if I understand your goal, however what ever results you are looking at seem to make sense to me if you to show all the months seperately....
October 3, 2008 at 1:49 pm
Sorry, I was away & I just saw this.
Remove "B.CodigoAcceso" from the query and re-run and you should now only see 174 rows.
September 25, 2008 at 3:48 pm
I would have to take a bit of diversion (only a little bit) and use a Join here because what I found so far is that "IN" seems to be...
September 25, 2008 at 12:09 pm
ML,
Cant agree with you more on this one !!! It certainly makes me walk home tall that evening when I successfully sort out issues on my own.
Thanks anyways.
Kumar.
May 21, 2008 at 5:38 pm
ML,
I got this sorted out a while ago but I never kept up with this forum as such. Actually, I used cast & rolled sa_ss to INT & then it...
May 21, 2008 at 10:35 am
Gsquared -
Import manager is throwing some kind of "SSIS" errors & when I took up to the infra team, they said, they need to re-install & that may take...
May 1, 2008 at 2:31 pm
Bledu,
You have noticed the correct thing but it is in its place & what I did to over come this problem is to create a derived table and then do...
April 24, 2008 at 12:46 pm
I think I finally got it... & here it is .... Thanks a lot 'Bledu' & 'Cbaker'
SELECT MIN(Table_Name) AS Table_Name, beenumber, nacdate, ConsultantPromDt, TeamLeadPromDt
FROM
(
SELECT 'Table A' AS...
April 24, 2008 at 12:20 pm
Bledu,
I followed your advice & threw in bunch of validations & here is where Im struck at now...
SELECT 'Table B' AS Table_Name, b.sa_ss as beenumber, cl1 as nacdate, cl2 as...
April 24, 2008 at 12:01 pm
I prettty much pasted everything that I was seeing & that was that. Anyway, I got this sorted out by creating a derived table after grouping them.
Thanks one & All...
April 22, 2008 at 10:02 am
Matt,
I guess what ever you are saying, isnt echoing me the result that I look for.
However I got what I needed by writing another outer query & calling the Query3...
April 10, 2008 at 11:29 am
Matt,
When I added 'OR ea.totalPROM is null', it is fetching me 95 rows now.
I'm completely clueless !
April 10, 2008 at 11:18 am
Matt,
Thanks for the heads up on the 'where' clause.
So when I delete the totalprom != 0.0, I get almost 2898 rows which once again looks like a cross join...
April 10, 2008 at 11:05 am
Viewing 14 posts - 1 through 14 (of 14 total)