Home Forums SQL Server 2008 SQL Server Newbies New DBA job, done some digging on Database and have some concerns! RE: New DBA job, done some digging on Database and have some concerns!

  • stephen.sarre (11/21/2012)


    Hi

    Before any fixes that you think are "essential", make sure your manager agrees the priorities, in particular new work vs schema fixes, backups, reindexing or DBCCs etc

    Only do essential fixes initially - if the system has been working for a few years then it can probably work for a few more weeks (even without PKs)!

    If you make changes, and something breaks, then some users might think you don't know what you are doing. You also might get blamed for (schema) problems that come to light subsequently.

    Before you get into making schema and other changes (but I see that you have already started), make sure you have a way of tracking the changes, eg use some sort of schema source control system.

    Hope that helps

    Steve

    I strongly agree with what Steve wrote above. If you operate alone and without a net, you will die when you fall because you will fall even if you're a great DBA that never makes mistrakes. 😛

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)