Forum Replies Created

Viewing 15 posts - 256 through 270 (of 6,022 total)

  • Reply To: The Leaves Are Changing, But Why?

    Grant Fritchey wrote:

    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...

  • Reply To: The Leaves Are Changing, But Why?

    Often times (especially in the realm of politics, finance, and health) the data itself can be rubbish when curated to support a narrative.

     

  • Reply To: Eyes Wide Open

    My basic advice to a startup would be:

    • Don't build up your own data center - Let cloud providers like Azure and Amazon do this for you at a fraction...
  • Reply To: Does Log Data Belong in a Table or a File?

    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.

  • Reply To: Does Log Data Belong in a Table or a File?

    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...

  • Reply To: The Slow Upgrade of SQL Server Versions

    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...

  • Reply To: Celebrating Lives

    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...

  • Reply To: Interconnected Temp Files

    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...

  • Reply To: PostGres and SQL Server - Divided by a common language

    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,...

  • Reply To: Do You Have ALL the YAML?

    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...

  • Reply To: Do You Have ALL the YAML?

    When it comes to data interchange file formats, the merits of one versus another comes down to:

    • how efficiently it can be parsed (ingesting a million records in 1 minute...
  • Reply To: The Danger of Management Access

    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...

  • Reply To: The Danger of Management Access

    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...

  • Reply To: GoTo Looping

    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...

  • Reply To: GoTo Looping

    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...

Viewing 15 posts - 256 through 270 (of 6,022 total)