Viewing 15 posts - 631 through 645 (of 59,063 total)
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', ')
...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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,...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2024 at 2:08 am
Thanks for posting your discovery, Mark.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2024 at 12:37 am
Thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2024 at 9:10 pm
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2024 at 7:07 pm
"Bumping" this thread so the first 2nd page post above shows up.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2024 at 3:17 am
Talk to your SAN folks. SAN snapshots are perfect for this.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2024 at 4:36 pm
We don't use GIT where I work. I have no need of GIT outside of work. Until one of those change, I have no need to learn GIT.
I have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 24, 2024 at 11:50 pm
I'll also suggest that if you're using the Enterprise Edition of 2022, then having only 16GB of Ram isn't healthy. The reason why your CPUs may be screaming is because...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 24, 2024 at 11:14 pm
Viewing 15 posts - 631 through 645 (of 59,063 total)