Forum Replies Created

Viewing 15 posts - 18,541 through 18,555 (of 19,560 total)

  • RE: Talking baseball

    Nice...Braves trade with the Yankees

    http://sports.espn.go.com/mlb/news/story?id=4764085

    Yankees get better in the BullPen and the Braves get Melky - hmmm not sure I like the trade.

    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: DPM errors

    Try defining additional Protection Groups with backup definitions in accordance with your backup strategies for each database (or group of like databases).

    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: Getting Started with SQL Server Event Notifications

    Nice Article

    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?

    GilaMonster (12/22/2009)


    The Dixie Flatline (12/22/2009)


    You see a lot of those types of scenes in S.A. this time of year? 😀

    Um, let me think. No.

    We don't ever get that kind 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: Question of the Day for 21 Dec 2009

    Greg Snidow (12/22/2009)


    Now, it just so happens that yesterday was my birthday, and I know I never disclosed it. I thought for a moment I had encountered some 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: Database Mail

    kfewer (12/22/2009)


    I am new to SQL 2005 and am not a DBA. I have questions for setting up Database Mail. I have spent 2 days searching, which has left me...

    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: How to filter some column names based on column names themselve (not value)

    jean-paul.accarie (12/22/2009)


    Thanks,

    Finally I used following solution

    If @Param_Year = '2009'

    SELECT col_2009_name1 AS name1, col_2009_name2 AS name2

    FROM my_table"

    else

    SELECT col_2010_name1 AS name1, col_2010_name2 AS name2

    ...

    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: Question of the Day for 21 Dec 2009

    Jedak (12/22/2009)


    CirquedeSQLeil (12/22/2009)


    GSquared (12/22/2009)


    Jedak (12/22/2009)


    Toreador (12/22/2009)


    ...

    That would make him partially evil. Similar to Phil the Prince of Insufficient Light/Ruler of Heck.

    How would that intro go?

    Behold the Powerful semi, sort-of,quazi,...

    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?

    Lynn Pettis (12/22/2009)


    I'm starting to notice a trend in a few questions where people expect tables to store records in a specific order. Anyone else seeing that trend?

    (Okay, two...

    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 Server 2005 Replication

    smithsp17 (12/22/2009)


    Am I correct in assuming that Transaction replication with Immediate Updating Subscribers also requires primary keys to be added to each table, or at least each table that gets...

    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: Question of the Day for 21 Dec 2009

    GSquared (12/22/2009)


    Jedak (12/22/2009)


    Toreador (12/22/2009)


    "Due to the Holiday Season, and Frosty being a part of the season, an easy question was in order. "

    It might be easy if you're American. Who'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: Today's Random Word!

    Boot - as in what is done after over indulging.

    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!

    Chris Quinn-821458 (12/22/2009)


    CirquedeSQLeil (12/21/2009)


    Chris Quinn-821458 (12/21/2009)


    S Hodkinson (12/21/2009)


    Chris Quinn-821458 (12/21/2009)


    Countdown! I have handed in my resignation 🙂

    I hope you have a better hole to go to!!

    Much closer to home,...

    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: Inserting data into very first and very last row

    Echoing what the others have said - the physical order is not that important. You have indexes to help with sorting.

    To guarantee a single record will be the very...

    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: Question of the Day for 21 Dec 2009

    Thanks Jedak for the followup on the "Who is Frosty" question.

    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 - 18,541 through 18,555 (of 19,560 total)