Viewing 13 posts - 1 through 13 (of 13 total)
No I am not missing values I am getting the exact results what I am expecting, I tested.
August 17, 2016 at 12:02 pm
This is the custom case statement that I used
case when (units - floor(units)) < 0.49 then round(units,2)
when (units...
August 17, 2016 at 11:25 am
Hi all, Thank you for the answers but I figured out that using a case statements for custom rounding is the best way and it worked out
August 16, 2016 at 5:42 am
This worked perfect. Thanks A lOT!!!:-)
February 19, 2015 at 6:02 am
THank You
But I do not want to use .net since I am not a .net person.I want to use only sql server and ssis package.
Can anyone help me out in...
September 12, 2013 at 8:56 am
Hi,
We are using the pitney bowes scanner to scan the documents.
The codes we use are for Benchmark,BOC,EOC,SAF
It would be very helpfull if you can provide with the location as to...
August 28, 2013 at 10:00 am
Thank You
Will try this out.
August 27, 2013 at 9:04 am
Thanks a lot.
It worked perfectly!!!
June 19, 2013 at 1:22 pm
There no error in code since if i add the script as dataset my report is running perfect without any errors
only when i select dataset as sp and running the...
April 4, 2013 at 3:38 pm
I got the solution.
It is just that I had to add more of inner join and left join and no need of any temp tables.
March 11, 2013 at 11:16 am
Below is the sample code
now my question is where do I add the above code so that this sp will return the col supervisor
ALTER PROCEDURE [dbo].[mc_selClientsActiveNoService]
-- Add the...
March 8, 2013 at 6:01 am
Hi my condition is that I already have a sp and I have to add this code and modify the sp so that it returns a column supervisor which...
March 7, 2013 at 4:38 pm
Viewing 13 posts - 1 through 13 (of 13 total)