Forum Replies Created

Viewing 15 posts - 1 through 15 (of 6,013 total)

  • Reply To: Improving the Performance of UPDATE Statements in SQL Server

    There is a lot to unpack here, but I'd just like to add the importance of indexing the predicate used in an UPDATE or DELETE statement.

    No mention of indexing was...

  • Reply To: A Poor Data Model

    Steve Jones - SSC Editor wrote:

    Eric M Russell wrote:

    SSN can be used as a reliable primary key for a table called Customer_SSN. It should be linked to a CustomerID, just like phone number(s) and email address....

  • Reply To: Lower Your Attack Surface Area

    Steve Jones - SSC Editor wrote:

    Eric M Russell wrote:

    Also, remember that it makes no difference how complex your service account passwords are, if they ultimately get stored in configuration files or source code.

    Not necessarily, especially with...

  • Reply To: Lower Your Attack Surface Area

    Also, remember that it makes no difference how complex your service account passwords are, if they ultimately get stored in configuration files or source code.

  • Reply To: Tracking Table Sizes

    We have Ola Hallengren index/statistics maintenance deployed on each of our servers.  I created a custom Grafana dashboard to analyze the CommandLog table, so I can get a report of...

  • Reply To: A Poor Data Model

    SSN can be used as a reliable primary key for a table called Customer_SSN. It should be linked to a CustomerID, just like phone number(s) and email address. But I...

  • Reply To: Why Not Use AI?

    Steve Jones - SSC Editor wrote:

    So, what do you think of the advice? Is it that much different than you'd get from a colleague? Likely it depends.

    Regarding asking CoPilot to analyze an execution plan,...

  • Reply To: Why Not Use AI?

    Copilot, if I paste the XML for a query plan, can you give advice?

    Copilot

    Absolutely, I'd be happy to help analyze the XML for your query plan and provide advice!

    Please go...

  • Reply To: Why Not Use AI?

    I have started using CoPilot a lot lately, and I find it very useful for quickly writing the first draft for tasks like PowerShell scripting or creating an Extended Event...

  • Reply To: Unreliable Narrators

    kevin77 wrote:

    Eric M Russell wrote:

    Most AI chatbots keep the conversations sandboxed, so even if we convince it that it's wrong on some specific topic, it won't remember outside the context of that...

  • Reply To: Is Ransomware Fading?

    Maybe I'm an optimist, but I think what's also happening is that corporations are learning from past mistakes - getting smarter and better when it comes to employee training, security...

  • Reply To: Unreliable Narrators

    Jeff Moden wrote:

    Eric M Russell wrote:

    Regarding "unreliable narration", that just makes LLMs more human.

    +1000!  I've said that it has the "being human" part pretty much down pat.  I very confidently provides the wrong...

  • Reply To: Limits, Not Goals

    If they are passing in a collection IDs like CustomerID or SKU, then they should consider using a table valued parameter.

  • Reply To: The End of Azure Data Studio

    SSMS could benefit from an integrated extension marketplace similar to what is in ADS and VSCode.

  • Reply To: Extended Event Comfort

    By default on each server, I keep a handful of Extended Event sessions running continuously for occasional performance events like deadlocks, timeouts, CPU pressure, T-SQL errors, long running queries, etc....

Viewing 15 posts - 1 through 15 (of 6,013 total)