Viewing 15 posts - 1 through 15 (of 6,022 total)
I understand unions for factory workers, teachers, and truck drivers.
But IT covers a very broad range of job descriptions - a lot of them distinct. What a DBA or software...
June 5, 2025 at 12:55 pm
I think it's important to familiarize with the current boilerplate questions that are trending on social media, not because these are actually great questions I would personally ask when interviewing...
April 30, 2025 at 1:47 pm
If you're going about your daily routine at work and think to yourself: "I could automate most every task I'm doing.", then there is a strong possibility that your current...
April 22, 2025 at 12:56 pm
It's easier to rollback an application deployment compared to a database change deployment, so I would say deploy the application first.
That way, if the application deployment fails (broken links to...
April 17, 2025 at 3:24 pm
Here is another common DBA task that ChatGPT or CoPilot can assist with: analyzing query execution plans.
It (probably) won't provide a complete fix for your queries or indexing for you,...
April 15, 2025 at 1:23 pm
I would not say that AI writes 95% of my code, but it certainly allows me to write code twice as fast and has allowed me to tackle projects that...
April 14, 2025 at 1:37 pm
I've actually been implementing domains in T-SQL for decades. Not with a CREATE DOMAIN statement but using reference tables, table valued functions, and scalar functions.
April 4, 2025 at 1:27 pm
AI might eliminate the need for entry level DBAs, but I think most senior level DBAs (augmented by AI) will retire on schedule doing what we're currently doing.
March 31, 2025 at 2:11 pm
There is a lot to unpack here, but I'd just like to add the importance of indexing the predicate used in an UPDATE or DELETE statement.
No mention of indexing was...
March 26, 2025 at 12:53 pm
SSN can be used as a reliable primary key for a table called Customer_SSN. It should be linked to a CustomerID, just like phone number(s) and email address....
March 24, 2025 at 12:46 pm
Also, remember that it makes no difference how complex your service account passwords are, if they ultimately get stored in configuration files or source code.
Not necessarily, especially with...
March 24, 2025 at 12:36 pm
Also, remember that it makes no difference how complex your service account passwords are, if they ultimately get stored in configuration files or source code.
March 19, 2025 at 3:23 pm
We have Ola Hallengren index/statistics maintenance deployed on each of our servers. I created a custom Grafana dashboard to analyze the CommandLog table, so I can get a report of...
March 10, 2025 at 2:02 pm
SSN can be used as a reliable primary key for a table called Customer_SSN. It should be linked to a CustomerID, just like phone number(s) and email address. But I...
March 3, 2025 at 8:42 pm
So, what do you think of the advice? Is it that much different than you'd get from a colleague? Likely it depends.
Regarding asking CoPilot to analyze an execution plan,...
February 28, 2025 at 7:02 pm
Viewing 15 posts - 1 through 15 (of 6,022 total)