Forum Replies Created

Viewing 15 posts - 8,506 through 8,520 (of 19,560 total)

  • RE: Find first day of a week/month

    8reat1s (9/27/2011)


    Hi kingston,

    Thats spot on

    and very clever

    should have though about that

    the other thing which i noticed is

    when i am trying to find the firstday of the week for 04/09/2011...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: SQL Join, Joining Two Tables

    What is happening when you include that where clause that is not to your expectation?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Can't connect with user which has trigger logon

    Does trg have permissions into the master database?

    I would get rid of the execute as 'trg' in that trigger.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Installating SSIS with Named Instance

    Definitely worth knowing

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Two Node Cluster Performance Improvement over single server ?

    isuckatsql (9/27/2011)


    SQLRNNR (9/27/2011)


    hmmm...Could you possibly provide DDL and some sample data?

    It would be handy in trying to recreate and provide a better solution.

    The problem only occurs with large volumes of...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: can I see the output value after executing sproc in ssms

    You could also issue a print statement with each param you want to see.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Super Simple Std to Ent upgrade question

    Best answer would come direct from Microsoft. Based on my dealings, the answer is you still have to buy the Enterprise license at full price.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Two Node Cluster Performance Improvement over single server ?

    hmmm...Could you possibly provide DDL and some sample data?

    It would be handy in trying to recreate and provide a better solution.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Two Node Cluster Performance Improvement over single server ?

    GilaMonster (9/27/2011)


    From permanent tables to global temporary tables. That's going to give you even more fun race-conditions and incorrect results if multiple of those queries are run concurrently.

    Dang - Gail...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Two Node Cluster Performance Improvement over single server ?

    Rather than a global temp table (e.g. ##temptable), use a single # for your temp tables.

    Also, you might want to figure out a method to rank your results. You...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Evil Kraig F (9/27/2011)


    Took a bit to read through the discussion and decide if I wanted to go near it with a ten foot pole.

    I don't.

    On a side note, looks...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    GSquared (9/27/2011)


    Looks like The Thread may have killed the rest of the forums.

    The Active Threads link is only showing 5 other discussions.

    (Probably my fault for going political in here. ...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Evil Kraig F (9/27/2011)


    SQLRNNR (9/27/2011)


    Evil Kraig F (9/27/2011)


    Trey Staker (9/27/2011)


    @craig-2

    Did you hear that Itzik Ben-Gan is teaching an advanced t-sql class here in Phoenix the week after pass? It's...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: t-SQL Optimization

    Please post the actual execution plan.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Evil Kraig F (9/27/2011)


    Trey Staker (9/27/2011)


    @craig-2

    Did you hear that Itzik Ben-Gan is teaching an advanced t-sql class here in Phoenix the week after pass? It's really pricey but I...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 8,506 through 8,520 (of 19,560 total)