Forum Replies Created

Viewing 15 posts - 9,451 through 9,465 (of 49,552 total)

  • RE: Ideal table for Memory Optimization ?

    Jeff Moden (4/1/2014)


    I'm curious. Why wouldn't it run as fast as a normal table that's been cached?

    No idea (and no 2014 to play with). Could have to do with...

    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?

    TomThomson (4/1/2014)


    GilaMonster (4/1/2014)


    Python

    Thanks, Gail.

    That's rather an old language, not a new one - I guess you meant new to you, rather than new in itself.

    Indeed.

    Besides, more languages =...

    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 (4/1/2014)


    GilaMonster (4/1/2014)


    Hey Steve (if you're listening), can I indirectly toss some flames into that WIT editorial comments?

    Skiing today, but enjoy.

    Hehe, permission to throw flames 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: Are the posted questions getting worse?

    TomThomson (4/1/2014)


    But I'll probably get my wrist slapped if I let myself say clearly what I feel.

    I restrained myself from being rather insulting. I'd say as long as you don't...

    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: Ideal table for Memory Optimization ?

    In-memory OLTP (hekaton) is for heavy concurrent load (tens of thousands of concurrent connections with thousands of inserts/sec). The advantage is the lock-less, latch-less optimistic concurrency. It's not a silver...

    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?

    Oh wow....

    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 Server Certification - Is there an alternative to Prometric?

    No.

    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?

    TomThomson (4/1/2014)


    GilaMonster (4/1/2014)


    Ok...

    "The language is expressive, easily readable and values explicitness. Abbreviations and corrupted spelling should be avoided in variable names"

    and the string data type is 'str'

    So what is this...

    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?

    jcrawf02 (4/1/2014)


    TomThomson (4/1/2014)


    GilaMonster (4/1/2014)


    Ok...

    "The language is expressive, easily readable and values explicitness. Abbreviations and corrupted spelling should be avoided in variable names"

    and the string data type is 'str'

    So what is...

    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?

    SQLRNNR (4/1/2014)


    GilaMonster (4/1/2014)


    Hey Steve (if you're listening), can I indirectly toss some flames into that WIT editorial comments?

    More flames than already brewing?

    I was thinking of posting an OH: on twitter...

    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?

    Hey Steve (if you're listening), can I indirectly toss some flames into that WIT editorial comments?

    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: Moving SQL LDF (Log) Files

    As long as the drive letter and path are absolutely identical, and SQL has full access to the folder, that will work fine.

    Take a backup first, for paranoia sake.

    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: Will changing the recovery model on the fly prevent ability to restore properly

    The mentioned article: http://www.sqlservercentral.com/articles/Administration/64582/

    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: X in Technology

    skeleton567 (4/1/2014)


    Let me relate my real own experience with yardsticks. The largest salary increase I ever achieved without changing jobs was by using MY OWN yardstick.

    Good for...

    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: change recovery model to bulk logged runtime

    yuvipoy (4/1/2014)


    Can we change Simple recovery model to bulk logged recovery model in runtime, and again bring back to simple mode after the deletion process is over?

    You can, but it'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 - 9,451 through 9,465 (of 49,552 total)