Forum Replies Created

Viewing 15 posts - 211 through 225 (of 6,022 total)

  • Reply To: A Real World Security Reminder

    Steve Jones - SSC Editor wrote:

    Eric M Russell wrote:

    Thanks to AirTags and similar tracking technology, thieves have to be more careful about swiping stuff left lying around in the open. I've thought about taking an old...

  • Reply To: A Real World Security Reminder

    Thanks to AirTags and similar tracking technology, thieves have to be more careful about swiping stuff left lying around in the open. I've thought about taking an old phone or...

  • Reply To: Do You Still Use CHAR?

    skeleton567 wrote:

    Thought crosses my mind that maybe the use of CHAR data is a good way to have to revisit the Y2K days.

    As of 2014, FaceBook recognizes 58 variations of...

  • Reply To: Do You Still Use CHAR?

    I'll use CHAR(1) on occasion for internal status codes where I also have control over the domain of allowable values (ie: RunStatus = 'P').

  • Reply To: The Cloud as a Foundation

    ".. Snowflake is something that a company can run on AWS, Amazon, or GCP .."

    Maybe you meant to say Azure instead of "Amazon", but Snowflake can be hosted in Azure...

  • Reply To: The Great Developer Resignation

    I suspect that most resignations are people switching jobs, and the primary motivation is the opportunity of remote work. Historically, and this applies especially to IT, there are those who...

  • Reply To: Are You a Good Engineer?

    The business should define outcomes. For example: build a dashboard providing A, B, C that conforms with our established Agile / DevOps process, and deliver it within our X budget...

  • Reply To: A New Language

    Not only useful, but JavaScript is is just plain fun to learn.

  • Reply To: Knowing When to Respond

    Query Store is a good tool for baselining a query over time and also identifying if it's execution plan has regressed in a way that contributes to it's performance. Too...

  • Reply To: Most of Us Are Vulnerable

    All PCs connected to our network must have a client tool installed called 'Admin By Request' by FaskTrack Software. It intercepts any attempt by an executable to run as local...

  • Reply To: Most of Us Are Vulnerable

    The most significant threat to any organization is the DBA who downloads from GitHub an executable containing a remote desktop trojan. The trojan is running on a PC behind the...

  • Reply To: A New Language

    Our DBA team has an ASP.NET application called DBADashboard where we consolidate various operational reports for our own consumption and other reports that provide visibility to other IT teams. It's...

  • Reply To: It Isn't Worth Automating

    You also have to take into consideration the amount of wasted time that would result if the automated schedule was calculated incorrectly resulting in duplicated effort - or even worse,...

  • Reply To: Coding for the Future

    That could be, but when management dictates to developers how to code a for() loop, then it's time to polish up the resume and move on.

  • Reply To: Coding for the Future

    I don't know what logic was executed inside the loop. If it was querying the database for each iteration (bad design pattern to start with), then I can somewhat understand...

Viewing 15 posts - 211 through 225 (of 6,022 total)