Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 5,843 total)

  • RE: AlwaysOn Question \ Research

    It's the Database!!! (8/5/2013)


    I have an infrastructure guy that is turned on by the AlwaysOn feature in SQL 2012, I like the idea for DR but not production all the...

  • RE: Schema-Owned Tables and Generated DROP Scripts (SQL Spackl

    Brandie Tarvin (8/5/2013)


    TheSQLGuru (8/3/2013)


    Very nice testing and investigative work Brandie! I thought there was more to this than initially (un)covered! I have saved this one off for future...

  • RE: Schema-Owned Tables and Generated DROP Scripts (SQL Spackl

    Very nice testing and investigative work Brandie! I thought there was more to this than initially (un)covered! I have saved this one off for future use.

  • RE: Schema-Owned Tables and Generated DROP Scripts (SQL Spackl

    REALLY crammed with work this morning so didn't have time to set up a test or investigate, but is it possible to have 2+ tables with the same name belonging...

  • RE: Effective T-SQL for Median

    dkschill (8/1/2013)


    One of the main reasons I love to post here! I will have to check out that book...it was mentioned a number of taps yesterday during the 24...

  • RE: Effective T-SQL for Median

    Alan.B (7/31/2013)


    TheSQLGuru (7/30/2013)


    Fortunately for you SQL 2012 has much better Windowing Function support. Look into the PERCENTILE_CONT function. I also HIGHLY recommend you purchase Itzik Ben-Gan's SQL Server...

  • RE: SQL Server TempDB ballooning to more than 75 GB

    One more thing. If statistics staleness aren't in play here as Grant suggests, the other possibilities are:

    a) data value skew, which could be helped by OPTION (RECOMPILE) on the...

  • RE: SQL Server TempDB ballooning to more than 75 GB

    Thanks Kevin, we would be looking forward for the performance tuning sometime in the future once we have all the database components / schema in place, right now I am...

  • RE: Effective T-SQL for Median

    Fortunately for you SQL 2012 has much better Windowing Function support. Look into the PERCENTILE_CONT function. I also HIGHLY recommend you purchase Itzik Ben-Gan's SQL Server 2012 High-Performance...

  • RE: SQL Server TempDB ballooning to more than 75 GB

    mrinal.technology (7/30/2013)


    Hi,

    In one of our database while executing a procedure serving an important business logic, which has 11 joins, then a filtering on a specific column, sorting using order by...

  • RE: Help Needed

    No, not to my knowledge. See Books Online for various hints that can be used with FROM and JOIN, there are plenty of them (but BEWARE - if you...

  • RE: Temporary Functions?

    1) Please don't post to 3 year old threads. Start new ones.

    2) See here for lots of information about string splitting. Note that the best method is CLR,...

  • RE: A New Look

    L' Eomot Inversé (7/24/2013)


    TheSQLGuru (7/24/2013)


    david.wright-948385 (7/16/2013)


    Steve Jones


    Please let us know what you think about the new design in the discussion for this article, with any comments or suggestions you have.

    Are...

  • RE: A New Look

    david.wright-948385 (7/16/2013)


    Steve Jones


    Please let us know what you think about the new design in the discussion for this article, with any comments or suggestions you have.

    Are any of the suggestions...

  • RE: Partition Strategy

    Let me ask what you think partitioning will provide to "help you going forward". Most who start down this path start off with misguided ideas about what they expect...

Viewing 15 posts - 2,476 through 2,490 (of 5,843 total)