Forum Replies Created

Viewing 15 posts - 1 through 15 (of 252 total)

  • Reply To: Attaching Multiple SQL Server Databases with DBCC CHECKPRIMARYFILE

    Thanks for the tip.Β  I did not know there was a way to test a random file without reading the header directly.

    If I had to do this myself, I think...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: Why Standards are Important

    A couple of decades back we created a standards document for developers creating applications using SQL Server.Β  We had a meeting with the developers to go over the document.Β  It...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: The Paradox of NOLOCK: How Dirty Reads Can Sometimes Be Cleaner

    There is an interesting mention about NOLOCK in

    https://learn.microsoft.com/en-us/power-apps/developer/data-platform/dataverse-sql-query

    Don't use NOLOCK

    When building queries, don't use the table hint NOLOCK. This hint prevents Dataverse from optimizing queries.

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: The Paradox of NOLOCK: How Dirty Reads Can Sometimes Be Cleaner

    Any change to the locking can cause an app to fail.Β  I would not consider NOLOCK "clean".Β  It actually stinks.Β  However, it depends upon the cost of the other options.Β ...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: The Paradox of NOLOCK: How Dirty Reads Can Sometimes Be Cleaner

    A new server CPU from AMD has 192 cores.Β  I wonder how many cores can be effectively used by serialized transactions.

    PS I think some of our legacy apps would use...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: The Paradox of NOLOCK: How Dirty Reads Can Sometimes Be Cleaner

    It's sort of like denormalization for performance.Β  Wait for a performance issue before considering it.Β  The primary issue I've experienced with "WITH NOLOCK" is developers using it as the first...

    • This reply was modified 1 years, 6 months ago by rstone.

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: Why Don't You Upgrade in Place?

    FYI Testing an upgrade in place need not be risky.Β  A copy of production can be restored offline.Β  I would "fear" doing an upgrade in place for a production system.Β ...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: Why Don't You Upgrade in Place?

    I've been a DBA over 20 years.Β  Because of experience, our team does not support SQL Mail, SQL Server Maintenace Plans, linked servers, and upgrades in place.Β  We do have...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: Using the Import Extension in Azure Data Studio

    I have come to like using the DBATools module (e.g., Import-DbaCsv) for csv imports.Β  This is especially true if there is a lot of trial and error or it's something...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • Reply To: A rose by any other name would not be a rose

    A SQL select looks really cool with a column name [SELECT] and a table named [FROM] with a where clause using like to compare column [WHERE] with column [LIKE].Β  Finding...

    • This reply was modified 2 years, 7 months ago by rstone.

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • RE: When a Service Pack or Cumulative Update Install Fails by β€œEvaporating"

    I've seen this when installing from a share that is not trusted.  Another annoying issue is elevation when using a mapped drive when the elevated user is not mapped.

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • RE: Are there any video presentations for SQL FineBuild?

    I know this is an old post.  If you are still searching for a video or find this post while looking....  

    https://www.youtube.com/watch?v=m71xHLX4bSE

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • RE: Level 1: An Introduction to Row-Level Security

    We have one application with a poorly performing security implementation.  Does anybody have any guidance on...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • RE: SpinLocks

    I agree that that queries are responsible.  I have used extended events to help identify queries and cursors that need to be optimized.  The vendor is currently working on fixing...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

  • RE: SpinLocks

    Hi, I'm in the same boat.  The vendor is working on fixing the performance issues.  I too would like to be able to use spinlock information to understand what is...

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. πŸ˜‰

Viewing 15 posts - 1 through 15 (of 252 total)