Forum Replies Created

Viewing 15 posts - 15,346 through 15,360 (of 19,560 total)

  • RE: Career Advice

    PaulB-TheOneAndOnly (4/5/2010)


    Most DBA in the team I work with are over 40 years old; not too late for you.

    Reading your post it looks like you have some exposure to SQL...

    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: Career Advice

    Jeff Moden (4/4/2010)


    P.S. There are two huge discussions after articles on the problem of "FizzBuzz". Read the discussions (search for them first, obviously) and understand the difference between...

    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: Career Advice

    Jeff Moden (4/4/2010)


    Learning Oracle is a must if I want get anywhere in the industry.

    I'm convinced that Larry wrote that himself. Ignore it or act on 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: The Missing Certification

    Another piece of the puzzle that I just learned today is that each applicant does have to undergo an interview when applying for the MCM. I knew there was...

    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

    dma-669038 (4/5/2010)


    I discussed this with some of my UG members informally. Majority feel 1.5 years of TIS is very less and it is easier to do away with it instead....

    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 cluster edition upgrade

    With the Enterprise media, you should be able to use the following

    setup.exe SKUUPGRADE=1

    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

    RBarryYoung (4/5/2010)


    GilaMonster (3/31/2010)


    Lynn Pettis (3/31/2010)


    GilaMonster (3/31/2010)


    WayneS (3/31/2010)


    dma-669038 (3/31/2010)


    One guy i talked to did not know the difference between table scan and index seek except that 'it ran faster')

    Makes me wonder...

    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

    WayneS (4/5/2010)


    Has we handle the different topics, are we going to have a central place to have this all written down? Jason, are you going to keep your blog up-to-date...

    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 get login's ip address?

    Start with this article.

    http://technet.microsoft.com/en-us/library/bb326598.aspx

    There it discusses logon events, DDL Triggers, and capturing IP address.

    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: I don't know how to do it :(

    konstantinos.christodoulakis (4/5/2010)


    OK, I found the solution.

    It's really a recursive query, but easier that you make it:

    SELECT e1.RES_UID, e1.RES_NAME, e1.RES_TIMESHEET_MGR_UID, e2.RES_NAME AS TimesheetManagerName

    FROM MSP_RESOURCES e1 LEFT JOIN MSP_RESOURCES e2 ON e1.RES_TIMESHEET_MGR_UID...

    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: SSPI handshake failed with error code 0x8009030c

    When this issue occurs, do you have any difficulty in pinging the server or establishing an RDP session with the remote server?

    Another item to check would be in relation 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: The Missing Certification

    We have covered TIS. I think that can be tabled.

    How about we move on to a new topic?

    I think the next viable topic would be to hash out how...

    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: Answering to the Business

    mike.styers (4/5/2010)


    Slippery Slope I think.

    Once you break out what each IT service costs, all it takes is a member of upper mgmt to say, "Look what were paying for <whatever...

    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: Getting decent sql server performance despite a slow drive

    Paul White NZ (4/5/2010)


    CirquedeSQLeil (4/5/2010)


    That is true. Too much depends on the hardware. We are going through an exercise with EMC currently to optimize our SAN.

    Cool! Which...

    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?

    Luke L (4/5/2010)


    CirquedeSQLeil (4/5/2010)


    Same is true of Dell and HP. I have been working with DELL and HP servers for about 7 years that had this additional management port....

    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,346 through 15,360 (of 19,560 total)