Viewing 15 posts - 1 through 15 (of 6,030 total)
There is nothing "selfish" about learning new skills to enhance your job performance and avoid a layoff, especially when employers are actively engaged in layoffs and explicitly signaling that they...
November 3, 2025 at 3:37 pm
Hi Chandan,
Whatever is going on, it's transient, meaning it works for a couple of weeks, and then starts failing until another reboot.
Explain more about "port/socket exhaustion", like what I can...
October 30, 2025 at 1:34 pm
One of my past projects was creating a daily scheduled ETL job that downloads Azure billing data to a SQL Server data mart, and then someone on the DevOps team...
October 29, 2025 at 3:36 pm
My understanding is that, if you sign out of the Postman desktop app, you can make requests to local web services without an internet connection, but some of the features...
October 16, 2025 at 12:49 pm
One interesting option is the "Azure Spot VM" pricing model. You're basically using unallocated CPU resources from the global pool - but during periods of peak usage your VM can...
October 4, 2025 at 6:19 pm
Ah, so "PR" is an acronym for Pull Request.
Most of the time when I'm doing a code review for a stored procedure, the context is that it was actually deployed...
October 2, 2025 at 2:08 pm
I don't know if 12 TB is pushing the limits, but that's the largest database we currently have in an AOG.
September 18, 2025 at 6:45 pm
I'm a DBA, and I actually spend about 1/2 of my time refactoring SQL, coding PowerShell, and designing Grafana dashboards.
AI plays a role, but it's hardly taking over my job...
September 15, 2025 at 6:03 pm
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
Viewing 15 posts - 1 through 15 (of 6,030 total)