Viewing 15 posts - 1 through 15 (of 27 total)
Well, maybe. Your suggestion of hiring from outside to jump start new technologies in a company works only if the environment is conducive to that. The state department where...
November 13, 2025 at 1:58 pm
I use to work at a place that almost always promoted from within. The benefit is that you save about 6 months of time since the new team member comes...
November 12, 2025 at 4:32 pm
This is a hard topic to address and think about. I've interviewed several people to join our team throughout my career, but I've never been a part of a...
November 12, 2025 at 4:22 pm
AOG is great, because having all read-only queries routed to one or more secondary nodes will take the load off the primary where the ETL load takes place. However,...
November 12, 2025 at 4:16 pm
With increasing costs, I assume many companies that use to think SQL HA technologies are a must-have now think the opposite.
I don't remember where I read it, but some SQL...
November 12, 2025 at 4:13 pm
An awful lot of the uses of AI feel like leaning a ladder on the branch of a tall tree, then climbing it to saw the branch nearest the...
September 15, 2025 at 1:57 pm
There are areas of tech debt I would like to address; however, doing so takes time, money and an acceptance that the necessary changes require the people who need...
September 8, 2025 at 2:01 pm
Isn't this purely a problem caused by poor management? The article mentions another statistic about 46% workers don't know what is expected of them.
As a manager, I have expectations of...
August 29, 2025 at 2:21 pm
Interesting post! Would Dynamic Data Masking be the tool to use here? I"m assuming not, since the data could be unmasked on the development server. Thus the actual data would...
March 19, 2025 at 3:01 pm
You should definitely switch the key order on the lookup table, i.e., not:
PRIMARY KEY CLUSTERED ( iid, cart_id )
but instead do this:
PRIMARY KEY CLUSTERED ( cart_id, iid )
Thanks! took...
February 4, 2025 at 4:04 pm
You do realize that the addition of the new index requires space that might not have been available and that dropping the first NCI made a bunch of space...
December 9, 2024 at 2:42 pm
Since we don't have much info on your setup, this is a stab in the dark:
1. Are you in a virtual environment? Is it shared? could be a noisy neighbor...
November 4, 2024 at 5:10 pm
My first thought would be to check the is_Snapshot column. It could be the case that the backup is being taken by a snapshot.
October 22, 2024 at 12:23 pm
I did about 10 years of on-call work as a DBA. From my experience, it seems like 10 years of on-call is about the limit for most people in data....
May 3, 2024 at 3:31 pm
Viewing 15 posts - 1 through 15 (of 27 total)