Viewing 11 posts - 1 through 11 (of 11 total)
Awesome man....Thanks a lot:-)
June 29, 2011 at 3:38 am
I am using getdate() function for create_date column, so whenever i will execute my ETL create date will set to get date, but i need first create_date to be...
June 13, 2011 at 12:53 am
Thanks guys for your help, somehow i managed to find the optimized solution for finding maximum value on column level. The code which is used is as follows:
select max(MAXValue)
...
June 2, 2011 at 8:00 am
select the table data on design window then go to properties menu and you will find font and other properties so you can set it from there
May 17, 2011 at 9:34 am
There is one more issue comes into picture when we use isnull and replacing null with 0 and not null with 1 in denominator. If suppose we have nulls in...
May 17, 2011 at 4:17 am
But do you think this solution is making our query more expensive because if have more number of columns then using case and isnull in denominator is challenge. And also...
May 17, 2011 at 12:45 am
Thanks a lot UDP Broadcaster 🙂
This solutions is working fine and i am getting results.
Thank you all guys for your valuable inputs.
May 17, 2011 at 12:40 am
No its still giving 0, i mean when i changed the syntax and made it sign(isnull(col1,0)), it is still not calculating it 🙁
May 16, 2011 at 10:19 am
Thanks a lot for reply man, but it is returning average as 0 when i am using Sign function.
May 16, 2011 at 10:01 am
Congratulations . A thanks for such an valuable information.
March 3, 2011 at 3:18 am
Viewing 11 posts - 1 through 11 (of 11 total)