Forum Replies Created

Viewing 15 posts - 15,991 through 16,005 (of 19,560 total)

  • RE: can you rebuild master database?

    repent_kog_is_near (3/24/2010)


    Jason, to get it back if it is corrupted? I hope to have a backup always available. But what is the option if you do not have a backup?...

    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 Missing Certification

    Jack Corbett (3/24/2010)


    Les Cardwell (3/24/2010)


    Steve Jones - Editor (3/24/2010)

    I'd like to see this start going, though I think we need a forum, and a long debate on the PASS site....

    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: Injecting Your Own Bias

    I would like to see the Summit move around. It might give me an opportunity to see different cities.

    Holding it in Seattle is fine by me, I like the...

    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 Overview V - Monitoring Long Running Jobs

    Nice article. Thanks for the other articles in the series as well.

    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 Overview V - Monitoring Long Running Jobs

    cclark-1005023 (3/24/2010)


    I like the thoughts in this, but we use a more general solution where we track similar information for all production jobs. Instead of using a manually configured...

    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: To find out actual owner of the table

    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: T-SQL Oddities

    Gianluca Sartori (3/24/2010)


    You definitely have to check out this[/url] and this.

    Very funny.

    Ah yes, it is all coming back to me now. I remember a blog about tibbling and 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: T-SQL Oddities

    The Dixie Flatline (3/24/2010)


    Just to be cruel... go into query options (on someone else's machine) and change the batch separator from "GO" to "SELECT".

    That is totally rotten.

    I like 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: To find out actual owner of the table

    srivishiva (3/24/2010)


    Thanks. This query also returns "dbo", not the NT login or the database userid of the user

    You will note that I specified that it will return the schema owner....

    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: compatibility performance

    For me, it did run better. I have seen it not perform as well. That is due to improper configurations or 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: Blocking while running reports

    You need to find what is causing the query you pasted to execute. Find what is causing that query to run, and then change it so that query 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: To find out actual owner of the table

    To find out the schema_owner for each table, you could do the following:

    Select o.name, schema_name(o.schema_id)

    From sys.objects o

    To find out further permissions, I have a blog post on the topic at:

    http://jasonbrimhall.info/?p=391

    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: Raw Materials - The World at Your Fingertips

    IROFLOL

    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!

    back

    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?

    Tom Brown (3/24/2010)


    Paul White NZ (3/24/2010)


    Tom Brown (3/24/2010)


    Finally put IE out of its misery after it had swallowed 1.5Gb and showed no sign of return after 5 mins.

    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

Viewing 15 posts - 15,991 through 16,005 (of 19,560 total)