DBA basic

  • Hi,

    Where/how do you suggest to start learning about the basics of a DBA please?

    Thanks

  • If you look to the left side of the screen there is a link there labeled "Stairways." That is a series of lesson plans on various aspects of becoming a DBA. That's a great place to start locally.

    After that, I have written a few chapters in a book called Beginning SQL Server Administration that might help.

    From there, you just need to do the work. Volunteer at a local non-profit or school to build a database for them.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Along with what Grant stated, buy a copy of the SQL Server Developer's Edition, install it on your home machine and start practicing! Not sure how much the currect version costs but it used to be around $45 USD. It's worth its weight in gold so far as learning how to use SQL Server as a DBA goes.

    --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)

  • Many thanks

  • Grant Fritchey (10/22/2012)


    If you look to the left side of the screen there is a link there labeled "Stairways." That is a series of lesson plans on various aspects of becoming a DBA. That's a great place to start locally.

    After that, I have written a few chapters in a book called Beginning SQL Server Administration that might help.

    From there, you just need to do the work. Volunteer at a local non-profit or school to build a database for them.

    Hi, I have been looking at the stairways but I do not see a link which tells me the daily jobs of a DBA i.e. I know the basics of design but I am after something intermediate for a day to day job of a DBA such as backups, rerestore, mirroing, etc...

    Can you point me to the right links please?

    Thanks

  • Each environment (and instance of SQL) is going to have different administrative tasks that are going to need to be done at different intervals (daily, weekly, monthly, etc.). Some that you know you will need to know how to do such as backups, restores, creating logins/users, running DBCC checks you can look up in Books Online as a start.

    Joie Andrew
    "Since 1982"

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply