Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 5,841 total)

  • RE: AlwaysOn Failover problem

    Ozzmodiar (10/17/2014)


    I'm curious Kevin,

    What would be the advantage to this as opposed to a contained database?

    Thanks!

    No one uses them.

    They are half-baked.

    Significant caveats, limitations, provisos, gotchas, etc.

    The better question is why...

  • RE: AlwaysOn Failover problem

    Ozzmodiar (10/17/2014)


    Unfortunately SQL Server authentication does not work with Always-On. The accounts have Security identifiers(SID's) that are unique to each server.

    Even if you've created the account on both sides...

  • RE: AlwaysOn Failover problem

    You need to create logins on all secondaries with the same SID as the primary logins have. You can find various means of doing this online.

  • RE: TempDB high write latency

    Something is COMPLETELY screwed up if you have SSDs for tempdb and it is seeing 6-8 SECONDS of write stalls. Possibilities:

    1) left 1MB growth factor and it has a...

  • RE: Significant performance dropping when use CASE statement

    ScottPletcher (10/16/2014)


    From a purely performance stand-point, we'd almost certainly want to process Countries prior to it being JOINed:

    SELECT A.City_Name, B.Country_Code, B.Country_Area

    FROM Cities A

    INNER JOIN (

    SELECT...

  • RE: Junk/SPAM Posts Overwhelming

    Lynn Pettis (10/15/2014)


    TheSQLGuru (10/15/2014)


    It may just be a butterfly flapping his wings in China, but I am getting routine crashes on SSC.com forums using IE10.0.9200.17054.

    I am using IE10.0.9200.17089 and...

  • RE: Interesting variant on the sp_executesql and parameters

    Sound like you are well on top of things. Nicely done!

    Did I mention how much I love Dynamics CRM lately?

    Fortunately you get to call that "JOB SECURITY"!! 😎

  • RE: Junk/SPAM Posts Overwhelming

    My issues were hard crashes of the browser. However, I have noticed them on 2 other sites too, so something has indeed zigged on my machine. Sigh ...

  • RE: Interesting variant on the sp_executesql and parameters

    Have you adjusted fill factors down to combat the fragmentation problems? This is about the best you can do. There is obviously a tradeoff of taking more disk...

  • RE: Recurrent Balance that resets when hitting a value

    Someone just did a nice blog post on this, but I can't find it!! 🙁 Itzik Ben-Gan or Dwain Camps or maybe Aaron Bertrand?

  • RE: CPU Utilization more than 95% for more than 3 hours

    Grant Fritchey (10/15/2014)


    TheSQLGuru (10/15/2014)


    GilaMonster (10/15/2014)


    TheSQLGuru (10/15/2014)


    A proper profiler-to-local-disk script can be run to capture heavy CPU users with very little overhead on the system.

    And an extended events session will...

  • RE: Interesting variant on the sp_executesql and parameters

    The team that designed the Dynamix app (especially the SQL Server side) should be taken out behind the wood shed and soundly thrashed!! 😀

    There have been a number of flaws,...

  • RE: Junk/SPAM Posts Overwhelming

    It may just be a butterfly flapping his wings in China, but I am getting routine crashes on SSC.com forums using IE10.0.9200.17054.

  • RE: CPU Utilization more than 95% for more than 3 hours

    GilaMonster (10/15/2014)


    TheSQLGuru (10/15/2014)


    A proper profiler-to-local-disk script can be run to capture heavy CPU users with very little overhead on the system.

    And an extended events session will have even less.

    Can't...

  • RE: CPU Utilization more than 95% for more than 3 hours

    Ratheesh.K.Nair (10/15/2014)


    I have got around 130 trace files now.

    In between the CPU came down to 13 at 7:54 and back to 95 again i have trace in between those times.

    Can...

Viewing 15 posts - 1,816 through 1,830 (of 5,841 total)