Forum Replies Created

Viewing 15 posts - 2,851 through 2,865 (of 22,219 total)

  • RE: Dettach and attach as a restore mechanism

    I don't know how it's extracting an MDF/LDF from the .BAK file (if it is). I assume it's possible because my company does some similar magic through one of our...

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • RE: poor performing report query against table without a PK

    Tiny nit. Take away the calculation. Make it before in a local variable. It might lead to different row calculations. You are getting a VERY large disparity in estimated versus...

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • RE: poor performing report query against table without a PK

    Jonathan AC Roberts - Monday, November 26, 2018 8:47 AM

    Grant Fritchey - Monday, November 26, 2018 8:11...

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • RE: poor performing report query against table without a PK

    ChrisM@Work - Monday, November 26, 2018 8:06 AM

    25 columns is likely to be most or all of the columns (guessing of...

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • RE: sys.dm_exec_query_stats

    Sounds like you're trying to recreate the functionality from the Query Store. I'd suggest you take a look at this open source project. It may help.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Viewing 15 posts - 2,851 through 2,865 (of 22,219 total)