Viewing 15 posts - 31 through 45 (of 253 total)
I was afraid you will be using the nodes.
September 8, 2022 at 11:32 am
Yes, function is a bit of an issue here - has to be a model in Java at the end, so either view or table.
September 7, 2022 at 7:32 pm
You're getting the duplicates because M2 has two parents -- P2 & P3. If you don't care about that and need the single row for each such case you'll...
June 10, 2022 at 8:03 am
At a minimum, don't allow a mobile phone app the see location data unless it really needs it (ie: web browsers, hotel reservations, social media, etc.). Sure, there may...
October 5, 2021 at 2:45 pm
I am not arguing nor disapproving anyone and fully appreciate the time people took to reply.
My concern was if the proposed solution, with several SELECT statements from the same table,...
September 16, 2021 at 10:19 am
Thank you for posting your solutions, I just wonder how those multiple SELECT statements will affect the server, when the real tables will be very big >1M each.
September 16, 2021 at 8:34 am
Yes, I also thought about it, but the following example shows it doesn't matter - SQL Server implicitly converts NULL to the correct type, no?
DECLARE @t AS...
January 13, 2021 at 2:47 pm
I see! Thank you for the explanation, Jeffrey.
January 11, 2021 at 9:33 pm
Thank you, Jeffrey
Much appreciated. Will now read more to understand why adding only three tables significantly increased the result set - I am not well familiar with
Select t.n...
January 11, 2021 at 7:44 pm
Steve, Jeffrey
Thank you both for such a great help! May I ask couple of more questions, please:
January 11, 2021 at 7:16 pm
Thank you, Steve. It is really a great solution, yet I cannot use fnTally function in this case. Simply not allowed.
January 11, 2021 at 5:26 pm
Thank you, Mike01
When I run your example I only receive one line per type, as GROUP BY expected to behave, where what I need is sequences as in my expected...
January 11, 2021 at 2:11 pm
If you post screenshots of your DB connection manager settings and of the OLEDB source config, we should be able to work out what is going wrong.
Unfortunately, the error...
October 5, 2020 at 2:00 pm
Thank you for the replies. I have tried OLE DB Source, but it failed on preview. I do see the result if I run a simple SELECT myClumn...
October 5, 2020 at 1:54 pm
Thank you for the replies. I have tried OLE DB Source, but it failed on preview. I do see the result if I run a simple SELECT myClumn FROM myTable,...
October 5, 2020 at 1:27 pm
Viewing 15 posts - 31 through 45 (of 253 total)