Forum Replies Created

Viewing 15 posts - 17,401 through 17,415 (of 19,560 total)

  • RE: Not able to see any SQL Server performance object in Perfmon

    Are you able to get any results from the database query i provided?

    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: Backup job time

    Lynn Pettis (2/10/2010)


    Sounds reasonable. Curious, are the backups to local drives (DA or SAN) or to a network share?

    Now that opens up an entirely new can of worms.

    Ideally 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: Raw Materials - Recurses!

    Is read count user distinct? Or can one artificially bloat the read count?

    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?

    That would be the one - NCIS.

    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: Can't Add Domain User

    Must be part of the reason for pulling NewSID. Good information.

    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 Best Laptop

    Not really fond of the stick myself. I like the touchpad - but really prefer to just use a mouse. I do hate when the cursor jumps -...

    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 the SQL patch

    Same rules apply to service packs. Service packs will list the hotfixes involved in the SP. Read the kb's - test in dev and then promote through your environments...

    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: Can't Add Domain User

    For cloned installs Microsoft has a tool that you could run to prevent the SID problem. Take a look at NewSID and SysPrep.

    Thanks for posting back with the resolution.

    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: Risks with changing service accounts

    Here is a doc that covers the permissions needed for the service accounts.

    Too few permissions and you could lose some functionality.

    http://msdn.microsoft.com/en-us/library/ms143504.aspx

    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 convert varchar to datetime

    You could also look on Lynns blog. He has some examples there of various datetime operations.

    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: Backup job time

    Yes. I've seen it done before, tested the restores and it all worked. Thus 10 min is fine.

    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: trying to return all tables except the system talbes from a given database

    MarlonRibunal (2/10/2010)


    You can either query the Object Catalog View or the Information Schema View.

    to return user tables and their columns:

    -- Object Catalog

    SELECT T.NAME AS , C.NAME AS [COLUMN...

    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?

    RBarryYoung (2/10/2010)


    RBarryYoung (2/10/2010)


    CirquedeSQLeil (2/10/2010)


    Barry is in a smackdown mood today. That's two on the day.

    Yeah, there's just something about feeling like I have a screwdriver jammed up my spine...

    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?

    RBarryYoung (2/10/2010)


    Steve Jones - Editor (2/10/2010)


    Barry,

    That response reminded me of the Super Bowl ad with everyone smacking the backs of people's heads.

    which one was that? I can't seem to...

    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?

    I really need to get into doing SB and event notifications - that looks like a lot of fun. 😎

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