Forum Replies Created

Viewing 15 posts - 12,631 through 12,645 (of 19,560 total)

  • RE: Job Duration

    One last note - the duration columns are all in minutes.

    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: Upgradation frm SQL 2k to 2k5

    If your goal is to have a single instance - it might be advisable.

    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 disable all foreign keys in a database ?

    SQL Guy-482125 (9/2/2010)


    Hmmm...

    There are 38 tables, they are all from same schema. I created a cursor to script insert /select against source database. Putting them in correct order would...

    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?

    jcrawf02 (9/2/2010)


    Tom.Thomson (9/2/2010)


    Steve Jones - Editor (9/2/2010)


    Noooooooo, not partial posts. There can be enough nonsense in this thread already.

    Surely you don't expect all the posts to be impartial?

    Is this Three...

    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: Job Duration

    This may be of help for you:

    with duration as (

    Select job_id

    ,MinDuration = min((run_duration/10000*3600 + (run_duration/100)%100*60 + run_duration%100 + 31 ) / 60)

    ,AvgDuration = avg((run_duration/10000*3600 + (run_duration/100)%100*60 + run_duration%100 + 31...

    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: Simple list of relationships possible?

    Here are some articles with several scripts to help you with that:

    http://jasonbrimhall.info/2010/02/01/key-discovery-iii/

    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: Upgradation frm SQL 2k to 2k5

    It seems that you did not pick the database engine option during setup. Or did you install a new instance?

    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 disable all foreign keys in a database ?

    I agree with Michael.

    Load the data in the correct order, or delete in the correct order.

    Here is an alternative script to help with figuring out the order:

    http://jasonbrimhall.info/2010/02/01/key-discovery-iii/

    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: Any Tips for New DBA Job ?

    SqlServerLover (9/2/2010)


    Thanks Everyone for your valuable suggestions.

    I appreciate your help. SQLservercentral.com and you guys rock .

    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: SQL Server 2005 32 bit on Windows 7 Professional 64 bit

    You are 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: Predict the outcome of the SQL statements

    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: Any Tips for New DBA Job ?

    LightVader (9/2/2010)


    Derrick Smith (9/1/2010)


    After I verify everything is working as it should (Backups being taken regularly, replication/log shipping/mirroring working OK, no outstanding issues/problems), I set up a centralized reporting database...

    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 (9/2/2010)


    Shorttimers Disease

    CHanging jobs?

    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?

    Steve Jones - Editor (9/2/2010)


    Jas n,

    Wh t bo t t s as a p r i l st?

    😀

    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 (9/2/2010)


    Alvin, how about you

    That was unreasonably close to a full

    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 - 12,631 through 12,645 (of 19,560 total)