Viewing 15 posts - 46 through 60 (of 6,022 total)
This thing about asking for an improbable mix of skills seems far more common for third party recruiters. Not only do these shops pad job descriptions, but they pad resumes...
September 5, 2024 at 5:40 pm
Another suggestion is: don't the table accumulate 10s or 100s of millions of rows. Use a job to truncate off-hours on a daily or weekly schedule.
For example, on some servers,...
September 3, 2024 at 2:29 pm
when you already have partitions, you could simply do a
TRUNCATE TABLE dbo.big_stuff WITH (PARTITION(1 TO $partition.pf_big_stuff_function(date_key)));
I leverage partitions to truncate data on large tables as well,...
September 3, 2024 at 2:21 pm
Steve, I was just thinking yesterday that I want to know more about Kafka. It's leveraged by one of the application teams to replicate a subset of tables, columns, and...
August 28, 2024 at 1:46 pm
Even with the rise of cloud hosting and AI, my belief is that junior level developers and database/server administrators will always be in demand - but just not in the...
August 27, 2024 at 3:12 pm
I've found ChatGPT to be most useful when asked to summarize the tools and steps involved in implementing a process.
August 26, 2024 at 6:33 pm
The vast majority of folks in IT are not scientists or even engineers, and I'm not sure there is really any broad market demand for it. Most organizations are moving...
August 23, 2024 at 2:35 pm
Well... Do that for 100+ attributes and you need 100+ indexes.
And still you can't use more than one index when searching for
WHERE treatment = @treatment AND bp = @bp...
August 13, 2024 at 3:24 pm
If you watch the video, there are a lot of telemetry things. I don't think they send any video, but these stores might not have great bandwidth anyway.
POS transactional...
August 12, 2024 at 8:06 pm
I'm surprised a typical Chik-Fil-A would be generating a massive amount of telemetry and operational data, but in rural locations, it's probably constrained by lack of broadband internet.
I suspect the...
August 12, 2024 at 3:27 pm
Where I work, our DBA team developed a "system outlier" report that's similar to Brent Ozar's sp_blitz.
It's a powershell script on a daily schedule that polls each server, running 100+...
August 12, 2024 at 2:11 pm
Yes, implementing multi-value columns in JSON is a better solution than an EAV table design, and the app developer may end up serializing the resultset as JSON regardless, so you're...
August 8, 2024 at 6:50 pm
I'm not a system administrator, so forgive me for not understanding the nuances of why some servers would be down days after the fact.
According the Microsoft:
If fixing the issue...
August 1, 2024 at 2:59 pm
I remember SQL Server build 2039 (SP4) where we all had to apply hotfix build 2040 as soon as it came out. I can't remember exactly what the problem...
August 1, 2024 at 2:32 pm
Same, but I suspect most political stuff is driven by money for a few people (the top 5%, big companies, politicians of all kinds), so they don't want to...
July 25, 2024 at 12:04 pm
Viewing 15 posts - 46 through 60 (of 6,022 total)