Forum Replies Created

Viewing 15 posts - 17,911 through 17,925 (of 19,560 total)

  • RE: Where are you?

    Jeff Moden (1/23/2010)


    Detroit. We have Lions here, too, but they have no teeth. 😉

    There's a lot more than just teeth that your lions don't have 😛

    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: Tempdb is full

    There is another scenario that could be causing excessive use of the tempdb.

    There is a poorly written runaway sql statement causing heavy tempdb usage.

    There is also the possibility of a...

    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 Scripts - How to run and get results

    GSquared (1/23/2010)


    CirquedeSQLeil (1/22/2010)


    GSquared (1/22/2010)


    There's a report you can get on schema changes. Deleting a table is a schema change.

    Right-click on the database in Management Studio, and select Reports, then...

    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!

    now i get to go home

    but i get to work tomorrow too - woot

    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!

    Ha - still going.

    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: Poor performance while using Union/Intersect on bulk data

    Jeff Moden (1/22/2010)


    If I understand correctly, that may be the problem... no indexes on the columns you're working with.

    If you could gen and capture an actual execution plan, I'm sure...

    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: Info on Latest service Pack.

    sp3 for SQL 2005 and sp1 for 2008. There is currently a drive to try to get sp4 for 2005 and sp2 for 2008.

    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: Best Overall Certification Right Now

    Jeff Moden (1/22/2010)


    CirquedeSQLeil (1/21/2010)


    If my Key Fob were several TB, would you still permit it?:-D

    Only if you'd give me one of those bad boys. 😛

    Excellent, can buy my way through...

    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: Sigh ... weird issue

    Please provide the table structure. It seems like there might be a datatype mismatch between the query and the table.

    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: storeproc is not inserting any data!

    Have you tried appending Print statements at various points of the proc to determine where the proc might be failing?

    is the proc returning an error code?

    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!

    Holy chihuahua - still working.

    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: Why is My Transaction Log So Big

    It might be trying to do a sort operation while you do that. What is your clustered index on?

    it does seem pretty big - better than it was, 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: Why is My Transaction Log So Big

    Yes - should have dropped that index from the temp table first

    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: disk size

    I also would agree that it looks to be a very efficient method of trending your database growth.

    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 Scripts - How to run and get results

    GSquared (1/22/2010)


    There's a report you can get on schema changes. Deleting a table is a schema change.

    Right-click on the database in Management Studio, and select Reports, then select Schema...

    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 - 17,911 through 17,925 (of 19,560 total)