Viewing 15 posts - 616 through 630 (of 59,066 total)
You working code link leads to a "Run this fiddle" link. I cancelled from there.
April 9, 2024 at 12:06 pm
Since you posted a graphic of the execution plan instead of an actual execution plan and you post no meta-data for the table and you posted no code, we're going...
April 9, 2024 at 11:55 am
The correct term is "PFM". 🙂
WITH cteCombo(Combo) AS (SELECT TOP 1 is_combinable FROM #project_types ORDER BY NEWID())
SELECT project_types_ = string_agg(ca.project_type, N', ')
...
April 9, 2024 at 12:43 am
but most of the clients wants also using Manually written SQL statements using a functions we call "AdHoc Query" which basically sends the text as Query, and they can...
April 2, 2024 at 5:51 pm
Remember the company that we're talking about...
It's the company that couldn't see the benefit of a series generator for more than 15 years and, when they finally did release it,...
March 30, 2024 at 3:07 pm
I've not used or done a deep review of the article at the following link but, at a 60,000 foot level, it seems like it may be one of the...
March 30, 2024 at 2:08 am
Thanks for posting your discovery, Mark.
March 30, 2024 at 12:37 am
Well, I am always using the execution plan, so I can understand what's happening, which indexes are used, which are not and I see the suggestions, but I have...
March 28, 2024 at 7:07 pm
"Bumping" this thread so the first 2nd page post above shows up.
March 28, 2024 at 6:20 am
First of all, determine if all those "wonky views" are indexed views or not.
As for not having a DATE dimension, so what? You've been here on SSC to know exactly...
March 28, 2024 at 3:17 am
Talk to your SAN folks. SAN snapshots are perfect for this.
March 28, 2024 at 3:09 am
Hello,
Thank you for your kind response
In this scenario, the goal is to generate a report according to client requirements without using any reporting tools. The query output is directly...
March 27, 2024 at 2:22 pm
Did you try Jonathan's code?
Jonathan's code works only for 3 falculty members. The op will "settle" for up to 20.
March 27, 2024 at 2:17 pm
Is there a maximum number of faculty members per course code?
Also, please explain why you need to do this. This is seriously antithetical to best practices and most practical applications...
March 26, 2024 at 4:36 pm
Viewing 15 posts - 616 through 630 (of 59,066 total)