Forum Replies Created

Viewing 15 posts - 61 through 75 (of 6,041 total)

  • Reply To: AI Is Great and Tech is Failing

    Yeah, automatic touchless transactions can make your life easy - until you have to deal with fraud. It could spoil someone's vacation or holiday.

    Perhaps we could design tap cards in...

  • Reply To: etaoin shrdlu

    Historians in the future, who look at archival copies of today's "news" websites, will laugh at all the stupid memes and click bait ads appearing in the margins. Also, what's...

  • Reply To: Bad Stored Procedures

    The fact that most input parameters are defined as NVARCHAR (4000) is evidence that the original code was generated by an ORM.

    My guess is that the developers were instructed to...

  • Reply To: The Invisible Disk

    We have about 900 Point Of Sale locations across the US running SQL Server Express on workstations and SSD drives. So, the disks are not invisible. If the event of...

  • Reply To: Fifty Percent

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

  • Reply To: How to Delete Large Amounts of Data

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

  • Reply To: How to Delete Large Amounts of Data

    Thomas Franz wrote:

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

  • Reply To: A Kafka Introduction

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

  • Reply To: Less Junior Staff

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

  • Reply To: Big Northwind with AI

    I've found ChatGPT to be most useful when asked to summarize the tools and steps involved in implementing a process.

     

  • Reply To: Your Computer Science Education

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

  • Reply To: Relationally Divided over EAV

    SwePeso wrote:

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

  • Reply To: Send Metrics Not Logs

    Steve Jones - SSC Editor wrote:

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

  • Reply To: Send Metrics Not Logs

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

  • Reply To: Getting and keeping fit

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

Viewing 15 posts - 61 through 75 (of 6,041 total)