April 26, 2006 at 12:56 am
Could someone please tell me what duties should one start with where there has never been a SQL DBA before.
Also, are there any special processes (other than backups) that one should run on a nightly/weekly basis?
Is there a website that could help me with as a new DBA?
Thanks heaps in advance.
April 26, 2006 at 4:07 am
I'd recommend the training courses that make up the mcdba.
The ms pocket admin is avaialble on-line
http://msdn.microsoft.com/library/?url=/library/en-us/startsql/portal_7ap1.asp?frame=true
[font="Comic Sans MS"]The GrumpyOldDBA[/font]
www.grumpyolddba.co.uk
http://sqlblogcasts.com/blogs/grumpyolddba/
April 27, 2006 at 6:21 am
Hello,
Of course the best would be to take proper training beforehand, but supposing you need to start your job right now and can get to the training only after some time - it shouldn't happen, but I know very well that it happens in reality - then you should probably start with these things:
1) Backups - depending on activity in the DB and data importance, choose the backup model and schedule. E.g., you can have full backup every night + transaction log backup every 15 minutes during working hours and every 60 minutes during the night/weekends on main production DB, but only weekly full backup and twice a day Tlog backup on "auxiliary" databases.
2) Index defragmentation - in DB with high activity, daily defragmentation of some indexes may increase performance rapidly. In other databases, once in a week or month is enough. See DBCC INDEXDEFRAG in BOL.
3) Database optimization, integrity check - read about the possibilities of maintenance plans, but I don't think you should do this before you have been properly trained.
There are lots of other things, like monitoring performance, setting up/checking users and their privileges, etc. etc... but the question was where to start.
Vladan
April 27, 2006 at 6:42 am
Here is a good intro article from MS:
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlops4.mspx
See the sections on daily, weekly, and monthly tasks...
April 27, 2006 at 7:05 am
you could also have a look at the following articles and thier discussions on this site...
http://www.sqlservercentral.com/columnists/jyao/howtobeagooddbastrategyandtactics.asp
and http://www.sqlservercentral.com/columnists/sjones/whatsadbaanoverview.asp
April 27, 2006 at 7:19 am
The very first step is to sign up on sqlservercentral.com, which you already did.
jg
April 27, 2006 at 8:22 am
Back ups! Your job could depend on it! Make sure you do some test restores from tape. DO NOT rely on others saying that the back ups worked OK, sometimes it does not.
Then buy yourself the Administratoors pocket handbook and start reading.
Good luck!
April 27, 2006 at 9:57 am
Colin, which Administrators Pocket Handbook are you referring to??
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply