Viewing 15 posts - 1 through 15 (of 21 total)
I am an old salt having served 21 years in the United States Navy on submarines during the cold war. I have lots of stories but I only tell them...
July 14, 2025 at 7:06 pm
A user should not be required to provide both possible right answers to be scored correct. You don't need both to get the amount of fragmentation. Even the example does...
July 14, 2025 at 6:59 pm
This is a pretty good article but I would not call it an in depth analysis.
June 20, 2025 at 2:13 pm
Sometimes the grass is greener because it's on top of a leaking septic tank.
June 2, 2025 at 2:54 pm
I agree totally. In lots of other forums I am a member of I see those 'gatekeepers'. They think it's their job to humiliate the unknowing. They reprimand with "asked...
May 4, 2025 at 1:28 pm
I have found no reason to use ISNULL over COALESCE. I believe ISNULL is specific to SQL Server while COALESCE is specified in the ISO/IEC standard.
I thought this article did...
April 18, 2025 at 3:29 pm
I use JetBrains DataGrip on my Mac
February 17, 2025 at 3:59 am
No disappointment here. Think how much better SSMS could be if those hours were invested there. VS2022 is the most unstable version of VS I have ever used. JetBrains Rider...
February 12, 2025 at 4:10 pm
I disagree with the answer. The first answer is a better answer if you understand what's going on. Even the name is suggesting the process is shifting to an alternate...
January 8, 2025 at 3:36 pm
I have a plan. I'm learning Spanish. I'm retiring in 18 months and plan to spend a year in Europe with a base in Spain. I'm training to live my...
January 3, 2025 at 3:47 pm
When I conduct the technical portion of an interview for either a developer or DBA position, I spend considerable time on problems I know the candidate probably does not know...
December 3, 2024 at 5:23 am
MS needs to update the documentation.
https://learn.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-rename-transact-sql?view=sql-server-ver16 says, "Changes the name of a user-created object in the current database. This object can be a table, index, column, alias data type, or...
November 25, 2024 at 8:23 pm
As a developer, there's nothing wrong with no braces. I would prefer it look like this though:
if (myVar == otherVar) return true;
It's more obvious what's going on when it looks...
October 22, 2024 at 5:20 am
I thought that also. So I ran a test. The compiler does not care. This runs and runs and runs.
October 22, 2024 at 5:17 am
Expert is not a point, it is a position on a continuum. Certainly, there is a minimum level of knowledge where the masses would consider someone an expert but above...
June 3, 2024 at 6:29 pm
Viewing 15 posts - 1 through 15 (of 21 total)