Forum Replies Created

Viewing 15 posts - 10,156 through 10,170 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Jeff Moden (5/9/2011)


    SQLRNNR (5/7/2011)


    GilaMonster (5/7/2011)


    Jeff Moden (5/7/2011)


    GilaMonster (5/6/2011)


    Off to SQLSaturday, the first one in Africa

    You can only say that once. I don't know if you had anything to do...

    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: Performance Counters

    Thanks for the 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

  • RE: Today's Random Word!

    Tom.Thomson (5/7/2011)


    RAIN

    I've seen more rain in the last two and a half days than in the previous five and a half months. I suppose I asked for it, coming...

    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!

    crookj (5/6/2011)


    WOTD - noncoagulating

    (nose bleed yesterday that would not quit...)

    Joe

    cocaine - or silver nitrate (two usual treatments in ER for that)

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


    Jeff Moden (5/7/2011)


    GilaMonster (5/6/2011)


    Off to SQLSaturday, the first one in Africa

    You can only say that once. I don't know if you had anything to do with it but...

    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 (5/6/2011)


    Off to SQLSaturday, the first one in Africa

    Just finished SQLSaturday in JHB - it was good. Well worth it:cool::cool::cool:

    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: Restoring Editions

    Nice 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

  • RE: More SQL Server 2008 Installation Issues

    Thanks for the info Robert.

    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 can we use 'select' statement inside an 'Insert' Statement

    try this instead

    Insert Into Countings

    Select 598,Count(*) from Transfer

    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 can we use 'select' statement inside an 'Insert' Statement

    What is the error that you are receiving?

    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 Titanic Cloud

    I think one of the things to understand with services like what Amazon offers is to know all of your options within that service. If you have certain services...

    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: What are the rules for CAST or CONVERT, and INT vs BIGINT?

    jpSQLDude (5/5/2011)


    SQLRNNR (5/5/2011)


    The arithmetic overflow occurs prior to the attempt to convert those ints to a bigint.

    Got it! That makes sense.

    Thanx!

    Good - you're welcome.

    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: update value with lookup on every row

    sqlgirlatty (5/5/2011)


    Thanks! I knew it would be something simple.

    UPDATE ADDRESS

    SET ADDRESS_STATE_ID = s.STATE_ID

    FROM zipcode z

    INNER JOIN state_ref s

    ON s.STATE_ABBREV...

    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: What are the rules for CAST or CONVERT, and INT vs BIGINT?

    In each of the first three you have ints doing the math. The arithmetic overflow occurs prior to the attempt to convert those ints to a bigint.

    Thus by converting...

    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: update value with lookup on every row

    Sean Lange (5/5/2011)


    Lowell you beat me to the punch again. 😛

    Curses - i was in the reply window when you guys posted.

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