Forum Replies Created

Viewing 15 posts - 10,321 through 10,335 (of 19,560 total)

  • RE: Need help with date

    WITH

    E1(N) AS ( --=== Create Ten 1's

    SELECT...

    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: Need help with date

    PSB (4/26/2011)


    This doesnot return any data!

    Please provide sample data. You'll notice that the query is the same thing you have - just broken into two phases.

    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: Less Pay, More Convenience

    I would seriously ponder taking less money to be able to telecommute because of all of the benefits it could bring.

    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: Less Pay, More Convenience

    Grant Fritchey (4/26/2011)


    nico van niekerk (4/26/2011)


    One can understand that employers would be reluctant to allow someone with whom they have no trust-relationship to work at home. There are a multitude...

    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: Today's Random Word!

    Brandie Tarvin (4/26/2011)


    SQLRNNR (4/26/2011)


    Brandie Tarvin (4/26/2011)


    SQLRNNR (4/26/2011)


    Steve Jones - SSC Editor (4/26/2011)


    Rain

    We have SNOW

    Send some to Florida, please.

    Working on that. Do you want it shipped to you via SSIS?

    Depends....

    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: Need help with date

    See if this works any better.

    with preprocess as (

    Select internalid,txn.Terminal,txn.ActivityDate,datepart (hh,ActivityTime) As ActivityHour

    FROM dbo.ABCD txn

    WHERE ActivityDate >= '3/1/2011' AND ActivityDate < '4/1/2011'

    )

    select distinct Terminal,ActivityDate,ActivityHour

    From preprocess

    Where ActivityHour >= 23 and...

    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: Today's Random Word!

    Brandie Tarvin (4/26/2011)


    SQLRNNR (4/26/2011)


    Steve Jones - SSC Editor (4/26/2011)


    Rain

    We have SNOW

    Send some to Florida, please.

    Working on that. Do you want it shipped to you via SSIS?

    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: Need help with date

    Post the table structure please - along with PK and indexes.

    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 (4/26/2011)


    Brandie Tarvin (4/26/2011)


    SQLRNNR (4/26/2011)


    Brandie Tarvin (4/26/2011)


    GAH! (headdesk,headdesk)

    Someone please help. I'm about to format my hard drive in a fit of pique. http://www.sqlservercentral.com/Forums/Topic1098759-148-1.aspx

    FWIW - I hate those kinds 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: Are the posted questions getting worse?

    Brandie Tarvin (4/26/2011)


    SQLRNNR (4/26/2011)


    Brandie Tarvin (4/26/2011)


    GAH! (headdesk,headdesk)

    Someone please help. I'm about to format my hard drive in a fit of pique. http://www.sqlservercentral.com/Forums/Topic1098759-148-1.aspx

    FWIW - I hate those kinds of errors in...

    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: Type

    Intriguing question - thanks

    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?

    Brandie Tarvin (4/26/2011)


    GAH! (headdesk,headdesk)

    Someone please help. I'm about to format my hard drive in a fit of pique. http://www.sqlservercentral.com/Forums/Topic1098759-148-1.aspx

    FWIW - I hate those kinds of errors in SSIS

    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: The Trouble with Double

    I would have the same kind of questions. Did anything in the proc change at all?

    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: NEED HELP= Monthly SQL database growth calculation script

    I asked very early on for your process, and then Dave has asked again in a more clear way for the same info.

    We really need to see the script to...

    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: Today's Random Word!

    Steve Jones - SSC Editor (4/26/2011)


    Rain

    We have SNOW

    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 - 10,321 through 10,335 (of 19,560 total)