Viewing 15 posts - 1 through 15 (of 747 total)
Could it be that the SQL Server being Standard edition caps the performance, thus it could be solved by upgrading to Enterprise?
Yes: Standard has a memory limit of 128GB &...
September 19, 2025 at 1:19 pm
You don't hire good managers, you train good managers.
You don't hire good employees, you train good employees.
I agree, but unfortunately many companies subscribe to management theory that teaches exactly the...
August 29, 2025 at 3:22 pm
How many rows in dbo.ELIGIBILITY? What is definition of dbo.ELIGIBILITY (including id_ELIGIBILITY_PREMIUM_GR...)?
What's actually in the where clause? Any user-defined functions? functions wrapping columns (ISNULL, COALESCE, CAST/CONVERT FORMAT, etc.)? Views (especially...
July 16, 2025 at 1:19 pm
Maybe
(target.tblAwardID = source.tblAwardID or source.tblAwardID is null)
June 18, 2025 at 1:10 pm
Look at this line:
and C.nSerialNo = C.nSerialNo
Did you mean for C.nSerialNo to join to a different table?
If so, fix it.
If not, remove it -- It's of no...
June 3, 2025 at 1:15 pm
Phone call? No.
But for mobile phone carriers with an email gateway you can send SMS via email.
June 2, 2025 at 6:43 pm
As you discovered, case returns an expression. It does not execute an expression.
June 2, 2025 at 1:05 pm
Uncomment it? (remove the double hyphens before ,[Date])
Does that code actually work with the extra comma?
June 2, 2025 at 1:03 pm
In addition to his other tips, as Lowell illustrated but didn't explicitly advise, make sure you are enabling compression on your backups.
Is server virtualized? Make sure you have sufficient I/O...
April 28, 2025 at 8:09 pm
What about SQL Server native backup does not fit your requirements?
April 28, 2025 at 6:11 pm
If refnum is int in both tables, why are you comparing it to a string ('123456')?
Pass it as an integer without quotes.
Are both tables in dbo schema? I recommend you...
April 2, 2025 at 7:47 pm
"this is not enough of an annoyance for most people to seriously start looking at something like PostgreSQL"
Most? Probably still true. But they might want to re-evaluate their over-confidence and...
March 17, 2025 at 2:32 pm
RedGate SQL Search is an incredibly valuable tool!
March 17, 2025 at 2:24 pm
Viewing 15 posts - 1 through 15 (of 747 total)