Viewing 15 posts - 151 through 165 (of 4,820 total)
Well, that's clearly a tough nut to crack. Nothing could realistically guarantee a lack of complexity, save a hard limit on the total number of expressions, operators, and parentheses. As...
July 23, 2020 at 10:50 pm
And one more thing: Your dynamic query starts with UNION ALL... and that's going to cause a syntax error. Not sure why you have that in there, and maybe you...
July 23, 2020 at 10:33 pm
Okay ... time to throw my hat in the ring... I would not recommend storing the data in the database this way, as it's just not a proper representation of...
July 22, 2020 at 8:54 pm
Yep. wouldn't be surprised. I've solved the problem but not the issue...
Anyway, maybe you can help me with my current problem, which I'll be posting shortly...
June 4, 2020 at 4:47 pm
FYI, I was converting this report from Crystal Reports, and the problem was largely of my own making. I chose to talk to the person supporting that report, and they...
May 28, 2020 at 7:27 pm
Excellent!
May 27, 2020 at 4:42 pm
I hear you, but make your dataset provide those values... and the problems go away.
May 27, 2020 at 3:52 pm
If I were you, I'd never rely on values derived in the SSRS report. I try to compute all the values I need in my query that feeds the dataset,...
May 27, 2020 at 3:20 pm
I hear you on dynamic SQL, but I think I'd have to be concerned about a system that can generate 62GB of data in tempdb as it may well be...
May 7, 2020 at 9:32 pm
BUMP.....
I'm getting nowhere on the MSDN site... Would really appreciate any assistance of any kind at this point. Just don't understand why this is occurring and all MSDN support is...
March 23, 2020 at 5:14 pm
Here's a link to the details posted on MSDN:
March 18, 2020 at 6:47 pm
There could be some ugly consequences in some cases if existing legacy data has trailing spaces contained in varchar data type columns, as both tables and indexes could get a...
March 18, 2020 at 3:27 pm
No response, eh?
Okay... well, here's more details:
This morning's testing indicates that this only occurs when the last page holds a single instance of the fifth group and all it's sixth...
March 18, 2020 at 2:04 pm
Interestingly, no one has mentioned SQL Server ""replication". It CAN handle schema changes and copy stuff over to a different database or even such on a different server. The question...
October 30, 2019 at 8:13 pm
Michael,
As DesNorton has already indicated, the ONLY way to guarantee a given order of the output rows, is to use ORDER BY. What has occurred in your first picture is...
October 30, 2019 at 7:30 pm
Viewing 15 posts - 151 through 165 (of 4,820 total)