Forum Replies Created

Viewing 15 posts - 8,356 through 8,370 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (10/7/2011)


    Anyone interested?

    Someone looking for an Access dev with 5 years experience in office 2010.

    Pardon my french! http://www.agentsolo.com/ca/fr/repcontr/fichecontrat.jsp?idc=1317998518916

    Well, I have ten years experience with Office 2010;-)

    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?

    Chad Crawford (10/7/2011)


    SQLRNNR (10/7/2011)


    Chad Crawford (10/7/2011)


    ... I've updated my avatar and it does slightly resemble me now.

    ...

    You might need to go back to the other avatar -...

    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?

    Stefan Krzywicki (10/7/2011)


    SQLRNNR (10/7/2011)


    Stefan Krzywicki (10/7/2011)


    ...

    Out of curiosity - how should we pronounce your last name? I want to pronounce it like Krzyzewski. Maybe we call you DBA...

    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?

    Stefan Krzywicki (10/7/2011)


    ...

    Out of curiosity - how should we pronounce your last name? I want to pronounce it like Krzyzewski. Maybe we call you DBA K:-D

    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?

    Chad Crawford (10/7/2011)


    ... I've updated my avatar and it does slightly resemble me now.

    ...

    You might need to go back to the other avatar - this is a family...

    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: searching table against variable list

    Don't forget to have fun with it 😀

    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: Cleaning cash in Reporting Service

    Also, closing the report and reopening it will clear that cache.

    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?

    Kiara (10/7/2011)


    *sigh* Anyone else ever have days when they want to rant about <insert favorite WTF tripped over in database> but feel like it's unprofessional to do so?

    I've had one...

    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?

    Ninja's_RGR'us (10/7/2011)


    Steve Jones - SSC Editor (10/7/2011)


    amazing how this thread will explode or go dead in a cycle. Everyone watching Tigers/Yankees last night? Or the new Big Bang Theory?

    So 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: searching table against variable list

    Sean Lange (10/7/2011)


    The usage would be pretty much the same as the function you posted. It receives a delimited string and the delimiter and returns a table. The big difference...

    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: searching table against variable list

    GrassHopper (10/7/2011)


    I will look at it. I am working with a small number of items in my list, so I am not worried about performance but for future use...

    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?

    Ninja's_RGR'us (10/7/2011)


    Ok to bring this back on topic.

    I'm eyeing a contract opportunity to work for a payment processing firm. I'd be team lead + perf tuning.

    No my concern is...

    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?

    Steve Jones - SSC Editor (10/7/2011)


    amazing how this thread will explode or go dead in a cycle. Everyone watching Tigers/Yankees last night? Or the new Big Bang Theory?

    Was watching Oregon/Cal

    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: searching table against variable list

    This should get it for you:

    Declare @TableNameHeader as varchar(100)

    set @TableNameHeader = 'Header1,Header2,Header3'

    ;

    WITH E1(N) AS (

    ...

    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: size of indexes is greater than or equal to the actual size of the table...

    bitbucket-25253 (10/6/2011)


    You might read this blog posting by Kimberly Tripp, it may be very useful for you. It also contains some T-sQL code that could be used as...

    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,356 through 8,370 (of 19,560 total)