Viewing 15 posts - 256 through 270 (of 6,022 total)
Thanks for the feedback everyone.
Rod, I think the analysis paralysis thing is a problem for really smart people. Me, I'm more likely to come to the brown leaves conclusion...
September 7, 2021 at 1:41 pm
Often times (especially in the realm of politics, finance, and health) the data itself can be rubbish when curated to support a narrative.
September 7, 2021 at 1:04 pm
My basic advice to a startup would be:
August 30, 2021 at 1:34 pm
Logging process failure notifications to a Slack channel is good too, because there an existing app for receiving alerts and it's easily accessible to users across the organization.
August 25, 2021 at 8:01 pm
It's now 2021, and one option we have now is to log errors to something like a csv file, and then mount it as an external table using PolyBase, so...
August 25, 2021 at 6:31 pm
On-prem SQL Server instances in large organizations are typically treated by accounting as a capital expenditure (CapEx), so there is a financial motivation to hang onto it for 10 years...
August 17, 2021 at 1:36 pm
Steve, what you've started is great, and the site works perfectly for me in Chrome.
I've been wanting to start a blog and debating various low maintenance options. This approach you've...
August 11, 2021 at 1:05 pm
Maybe these temp files are how Spotify keeps track of how many active devices are connected to your account at one time. Your account may have a limit of like...
August 2, 2021 at 9:22 pm
Yes, understanding the nuances for RDMS security models can be difficult. Really, most DBAs don't know as much as we should. Everything from contained users, ownership chaining, nested domain groups,...
July 30, 2021 at 12:52 pm
Regarding MS Excel, that's my least favorite data interchange format. In a previous job, I found out the hard way that when someone in accounting hides a range of rows...
July 26, 2021 at 1:20 pm
When it comes to data interchange file formats, the merits of one versus another comes down to:
July 26, 2021 at 1:15 pm
So, companies that provide 3rd party database management solutions need to do a better job of designing their software to operation with least privilege rather than simply requiring that the...
July 21, 2021 at 1:57 pm
I was thinking the other day about why Colonial Pipeline shutdown their flow of oil for weeks after their ransomware attack - rather than simply restoring from backup and/or keeping...
July 21, 2021 at 1:44 pm
The example presented in the article, executing a stored procedure within a loop for a set of input parameters, is one of those scenarios where looping is justly applied. Refactoring...
July 20, 2021 at 1:48 pm
When I do use looping in conjunction with SQL, it's because I'm doing something DBA-ish: like looping across databases to execute a DBCC or BACKUP command, or querying meta data...
July 19, 2021 at 6:14 pm
Viewing 15 posts - 256 through 270 (of 6,022 total)