Viewing 15 posts - 1 through 15 (of 79 total)
I agree with Grant. In addition, my advice includes that you should move before someone else makes that choice for you. Getting a new job is much easier when you...
June 5, 2025 at 6:49 pm
I wish we could easily avoid AI and go back to a search engine that understands Boolean operators. I have never had CoPilot provide a code sample that worked as...
May 7, 2025 at 8:38 pm
Almost every company I've ever worked for had a policy that the central MIS/IT organization only handled issues that involved more than one department - an "enterprise" issue, not a...
May 7, 2025 at 7:58 pm
I worked from home decades ago when I was in an office where there were plenty of other employees in my company. Still, I had no interactions with them (I...
April 29, 2025 at 5:27 pm
It seems that we get an AI-generated summary of even the simplest of searches, regardless of the search engine we choose. There doesn't seem to be a user-settable default we...
April 17, 2025 at 9:18 pm
The article makes it seem like the locking for all options is the same. It neglects to mention the differences in the scale of the locking: one row at a...
April 15, 2025 at 9:32 pm
IIF is the one I use, generally to replace something simple like:
SELECT CASE
WHEN Column1 IS NULL
...
February 11, 2025 at 5:59 pm
With errors there is a clear path that starts with "read the error message".
I agree that is an essential first step. However, I find it infuriating when, having...
January 3, 2025 at 10:28 pm
I don't have a degree and I am near the end of my career as an IT person. I recognise myself as more of a doer than a deep...
December 13, 2024 at 7:12 pm
I'm with Andy about creating a spreadsheet to calculate the total reward of an offer. As you say, health insurance in the US is a significant factor, but most people...
December 10, 2024 at 5:57 pm
Some people only learn lessons the hard way. I once worked for a company that had their own data center with a truck-size UPS but management wouldn't buy a generator...
August 28, 2024 at 8:58 pm
I've almost always received comp time for overtime work, and with one employer, comp time and a half. I once worked on a consulting gig where I was paid time...
August 26, 2024 at 4:45 pm
C# developers writing TSQL Stored Procedures. I can forgive putting parentheses around IF predicates, but not all the CURSORs and WHILE loops. Also, databases generated from EF object models in...
August 13, 2024 at 6:53 pm
Unit tests do not require production size databases, although load tests do and are important as well, once all the unit and integration tests are complete.
Code coverage is important, but...
July 16, 2024 at 5:44 pm
I work 100% from home. Several years ago, I talked my employer into funding two 24" monitors for my home office. When they agreed, I bought two 27" ones via...
May 24, 2024 at 4:47 pm
Viewing 15 posts - 1 through 15 (of 79 total)