Forum Replies Created

Viewing 15 posts - 796 through 810 (of 49,552 total)

  • RE: Execution plan over estimation

    Arsh - Thursday, September 7, 2017 4:16 AM

    Please shed some light on the possibility of the optimizer not being able to...

    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: To automatically change the value of a column if a particular date time is reached

    In that case, you need a scheduled job running on a regular interval. Use Windows Scheduler since you don't have SQL Agent.

    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: Update Statistics..

    Jeff Moden - Monday, September 4, 2017 10:34 AM

    Density-vector for what?  I'm thinking that it's likely that there are more than...

    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: To automatically change the value of a column if a particular date time is reached

    You want the status set to 2 when what exactly happens?

    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: Two column join between tables, one column with equal to and other columns with not equal to

    Since there are no filters other than the join, the most efficient way to execute that is probably with two full table scans. Do you really have no further restrictions...

    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: failover cluster & windows cluster difference

    rajeshn29.dba - Monday, September 4, 2017 1:10 AM


    .fail over cluster & windows cluster difference  

    Do you mean a SQL cluster vs a...

    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: Are the posted questions getting worse?

    Jeff Moden - Saturday, September 2, 2017 12:03 PM

    GilaMonster - Saturday, September 2, 2017 12:55 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: Are the posted questions getting worse?

    Steve Jones - SSC Editor - Friday, September 1, 2017 9:52 AM

    There's too much JS in the editor. Trying to get the...

    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: Update Statistics..

    Arsh - Friday, September 1, 2017 5:40 AM

    GilaMonster - Thursday, August 31, 2017 1:19 PM

    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: Create a database from backup when the backup transaction log is damage.

    And if you try the
    CONTINUE_AFTER_ERROR option on the restore?

    Is the source DB intact?

    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: Update Statistics..

    Threshold for triggering auto update != sampling rate.
    The threshold is 20%. Jeff's talking about the sample rate.

    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: Are the posted questions getting worse?

    Steve Jones - SSC Editor - Wednesday, August 30, 2017 8:58 AM

    GilaMonster - Tuesday, August 29, 2017...

    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: Update Statistics..

    Arsh - Thursday, August 31, 2017 4:20 AM

    The query plans that I get from the blocking sessions has no .Actual Rows'....

    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: Anyway to find the row based on the page number

    In this case it's an orphaned text blob.

    The off-row data node  is not referenced

    As such, the row that the text blob belongs to is gone somehow 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: Update Statistics..

    Look at the slow query. Is there a large difference between estimated and actual row count at the leaf level
    Update the stats. Is the query plan better (better estimates)...

    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 - 796 through 810 (of 49,552 total)