Forum Replies Created

Viewing 15 posts - 1,261 through 1,275 (of 49,552 total)

  • RE: SQL behaving strangely on different servers

    nadersam - Thursday, June 15, 2017 3:55 AM

    GilaMonster - Thursday, June 15, 2017 3:33 AM

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL behaving strangely on different servers

    nadersam - Thursday, June 15, 2017 3:28 AM

    GilaMonster - Thursday, June 15, 2017 3:05 AM

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL behaving strangely on different servers

    nadersam - Thursday, June 15, 2017 3:01 AM

    GilaMonster - Thursday, June 15, 2017 2:54 AM

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL behaving strangely on different servers

    Is it getting blocked by other queries on production?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: A Bad First Day

    jasona.work - Wednesday, June 14, 2017 9:32 AM

    While I know there are mistakes in my documentation that I don't know about, I've...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Move tempdb file across Cluster enviroment

    None really.
    You have to restart the instance for the ALTER DATABASE to take effect and actually move the files, so whether you do that as a failover and...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Batches and Transactions

    Use TRY ... CATCH blocks, not the old SQL 2000-style error handling.

    If that's the only code that you have and you only ever run it once, there will...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Batches and Transactions

    That's not a deadlock at all. That's an uncommitted transaction and SSMS warning you that you should have committed the transaction before closing the window.
    To get that, the COMMIT...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Troubleshooting MEMORY ALLOCATION EXT wait type

    Are you using filestream?
    Are you seeing lots of page splits?
    Are you seeing these when inserting or updating LOB data types?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Troubleshooting MEMORY ALLOCATION EXT wait type

    I wouldn't worry about the latter, it's considered a benign wait.

    Are you seeing the MEMORY ALLOCATION EXT wait frequently on user sessions? Sessions that are actually running queries...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Troubleshooting MEMORY ALLOCATION EXT wait type

    Are you getting it significantly? All the time, or just occasionally

    https://www.sqlskills.com/help/waits/memory_allocation_ext/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Application Slow on Test Instance

    contact 14920 - Wednesday, June 14, 2017 5:54 AM

    Grant Fritchey - Wednesday, June 14, 2017 5:43 AM

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Application Slow on Test Instance

    contact 14920 - Wednesday, June 14, 2017 5:50 AM

    GilaMonster - Wednesday, June 14, 2017 4:24 AM

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Application Slow on Test Instance

    Grant Fritchey - Wednesday, June 14, 2017 5:43 AM

    It's an 8gb server .

    My laptop has twice the memory as that production server....

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL AZURE Performance recommendation for Prod DB from analyzing the Test DB.

    Backup?

    Are you using a VM on Azure, or Azure SQLDB (the PaaS offering)?

    The DMVs are not included in backups, they're dynamic views, views into the server's...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 1,261 through 1,275 (of 49,552 total)