|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, January 12, 2011 3:24 AM
Points: 120,
Visits: 3
|
|
| Even I wanted to be a Good DBA. But I never understood, from where to start for this. I was reading so many books, articles over internet and finally I was in a confusion state. But this article helped me a lot regarding. I will definitely follow these steps. Wonderful effort by the author. Thanks sir
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 6:42 AM
Points: 47,
Visits: 113
|
|
Great article! One thing I spend a lot of time doing is connectivity; ADO, OLE DB, ODBC, connection strings etc. Being an issue with scripting and programming, is might be a intermediate task - to use your steps. There are several performance and security issues to consider in connectivity, and often the programmers and the administrator turn to the DBA's for help. The three steps I think is a good guidance.
/Niels Grove-Rasmussen
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, February 03, 2009 5:41 PM
Points: 10,
Visits: 12
|
|
Great article. I would just add a few more! A Junior DBA needs to have the ability to follow written instruction while the Intermediate DBA (as well as the Senior DBA) should be able to produce clear documentation and instruction. Many DBAs just "forget" to write down what they did/do (mostly because they haven't allocated their time properly, and some from the mistaken fear of being "replaced" if they reveal all). However, such timely documentation will not only save them time/hassle when it comes to repeating/recreating the same steps when the situation occurs again, it will help them move up by providing a way of clearly delegating work to a junior. The ability to intelligently framing questions and providing the right details and environments with the questions seems to be sorely lacking nowadays, especially among the younger folks. Whether you are interactiving with MS Support or a great forum like this, you need to able to do this well in order for someone to help you with your problem. Another personal trait that is necessary for all levels is curiosity combined with caution. Just getting to the bottom of a problem may/will not only reveal the solution, it will also give us an opportunity to learn something more. (Cautionary note - don't try it in Production unless you have tested it elswhere ! Finally, one needs to be teachable. This is again applicable at all levels, but just for the juniors. After 22+ years in IT, I still learn every day and am open to saying that "I don't know" followed by either "can you educate me on this" or "but I can certainly look it up". Happy new year to all, John Kanagaraj Co-Author: Oracle Database 10g Insider Solutions http://www.samspublishing.com/title/0672327910
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, January 03, 2006 9:01 AM
Points: 1,
Visits: 1
|
|
Great article,
Since my current post is both developer and DBA, the jobs in my company are not quite rigid. I had to combine both things from time to time just to "make this report in reasonable time" or "we need to backup/restore/shoot our own leg" but with the ease of a mouse-click. And sending an E-mail NATO wide announcing "I added a 'shoot thy leg' feature due to ... request" is one of the most important things. Unfortunately because usualy he's not the only one who likes to shoot his own leg.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, November 24, 2006 2:14 PM
Points: 39,
Visits: 1
|
|
Excellent Article. I totaly agree with your article. I am happy that you covered the importance of scripting languages and the importance of understanding the SQL-DMO model. One of the future challenges that I see future DBA's having to tackle is the CLR runtime support in SQL Server 2005 and Oracle 10g. It is important for a DBA to have at least a basic programming background. I made the transition from Programmer to DBA a long time ago. I have still kept up with my programming skills and incorporated them into my DBA skills. It has saved me a lot of time and it also gives me a better understanding of how applications touch the database. Another Important topic you covered is Database Documentation and Data Model change control. This is a must.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 7:45 AM
Points: 43,
Visits: 308
|
|
What is interesting in my place of employment is that the Database Technologies department is broken up into three sections: Systems DBA : Primarily responsible for Installing SQL Server, Creating Logins, monitoring performance in environments outside of development. Production DBA: Primarly responsible for deploying scripts to the production databases. Development DBA: Primarily responsible for database creation, script creation, physical designs and coding standards. I come from a programming background and am now a development DBA. With that separation I was, and to some extent still am, worried that I might loose some of the skills that the Systems DBA handle. Some of the things that I would be responsible for in a smaller shop. Not sure but the article looks focused on being a complete DBA in a small to medium shop setting.
|
|
|
|
|
Keeper of the Duck
Group: Moderators
Last Login: Yesterday @ 7:47 AM
Points: 6,584,
Visits: 1,796
|
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Yesterday @ 5:25 PM
Points: 83,
Visits: 267
|
|
Great Article, I have found it invaluable having been a programmer and rising up thru the ranks to be a DBA.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, September 17, 2010 7:48 AM
Points: 1,
Visits: 7
|
|
Brilliant - a great guide to the responsible and dangerous world of SQL Server DBA Management
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, January 07, 2013 8:29 AM
Points: 241,
Visits: 262
|
|
The article was very informative, but I would like to rephrase the below clause in modern terms.
When combining VBScript with DTS and SQL-DMO, I bet almost all administration work can be scripted and automatically run under a schedule
With just T-SQL, SSIS packages and Powershell scripting (no more VB Script), u can do almost anything with SQL Server.
|
|
|
|