Viewing 12 posts - 1 through 12 (of 12 total)
Gsquared / Antonio,
1.
I guess I have to go with the following as this what I intend to do.
set @Vraidd = isnull(@Vraidd, @id)
I will sit & figure out the...
April 7, 2008 at 2:42 pm
Yes, comparing data b/w Filefit(table1) and from a temp table which holds join data & that would be myTempTable(Vraiid & FlCA)
Tables - Filefit, myTemptable(which happens to be a join here)
columns...
April 7, 2008 at 2:28 pm
Gsquared -
Yes, you are right in that I missed one ' mark in there.
But the issue is what I intended to create & what I created are two different...
April 7, 2008 at 2:20 pm
Gsquared / Antonio,
Thanks for being patient wiht me.
Here is what I came up & it is throwing a syntax error. My another question is how do I run this stored...
April 7, 2008 at 1:58 pm
Gsquared -
Some one gave me this template & wants me to frame my comparision using this. Now the issue that I have is, I can directly refer the first...
April 7, 2008 at 12:43 pm
Gsquared -
Im trying to declare another table, which happens to be the output of
select bb.Vraiid, pc.FLCA
from blueribbon bb
join pcvar pc on pc.Bbgid = bb.Bbgid
join btiy be on be.Bbgid...
April 7, 2008 at 12:26 pm
Im not sure either but they are running some kind of statistical analysis on these ... logistical regression analysis..
April 4, 2008 at 11:25 am
Gsquared,
That worked & Thanks a bunch !
I guess one cant be careful enough !
April 4, 2008 at 11:21 am
Antares686,
The rollup did the trick !!! Thank you very much.
As an addendum to this, how do I find the count(s)? Can it be done ?
Now, how do I sort...
April 1, 2008 at 3:43 pm
Antares686,
I think your observation is right however, I cannot cut & copy stuff from my app & it was a typo. My mistake that you didnt see = in there....
April 1, 2008 at 12:21 pm
In line with the previous request, lets say how do I find the percentage, between a.lev1 & b.firstline.
As it is forecasting vis-a-vis, the value can never be greater than...
March 31, 2008 at 12:04 pm
Gsquared -
This might sound like a cliche but that was a 'great' answer & it just fit the bill.
Can you tell what was wrong with my approach...
March 31, 2008 at 11:58 am
Viewing 12 posts - 1 through 12 (of 12 total)