Viewing 8 posts - 1 through 8 (of 8 total)
Thank you for your response. To clarify, I have a stored procedure that used to pass in a multi-value parameter, so the proc was running over and over for each...
October 17, 2022 at 11:25 pm
The problem I identified was actually found in legacy code. I have always used decimal, rather than float. Therefore, my knowledge of float is fairly limited. I just thought it...
September 19, 2022 at 12:34 am
Thank you Ken. This is exactly what I was trying to confirm - Microsoft changing the functionality of float.
September 18, 2022 at 8:46 pm
I'm not sure how server specs would translate to different behavior in the query engine. I did actually verify that the problem is version- specific. And a calculation with a...
September 18, 2022 at 8:08 pm
I’m not following. The table structures and data content aren’t relevant here. I’m simply asking how the scenario I provided is expected to behave in SSRS in terms of...
August 28, 2022 at 6:38 pm
If I use a parameter, then the proc will run for each value. I am looking to run it once in full and filter on the dataset produced.
August 19, 2022 at 4:28 am
Mostly integers and strings. The procedure returns about a hundred records and filtered, only 6.
August 19, 2022 at 2:03 am
Did you find that the DBA questions were fairly involved or suitable for someone with limited DBA experience? I am going by what is included per the MS site,...
July 23, 2013 at 8:53 pm
Viewing 8 posts - 1 through 8 (of 8 total)