December 21, 2016 at 12:32 pm
I just started working with SQL about 4-5 months ago and I am very new to it. I've been in IT for several years but as far as certifications go, I know nothing about the DBA or SQL ones. Can someone please explain which certifications are good and in what order to obtain them?
December 21, 2016 at 4:35 pm
Whether you go for certifications or not, I'd definitely go for being an expert in T-SQL, Table Design, and Index Design before anything else.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2016 at 5:28 pm
I'm with Jeff, there is no substitute for T-SQL expertise and database design. SQL Server Developer edition (2014 and 2016) is identical to SQL Server Enterprise except that you can't use Developer edition for business purposes. Get a copy and begin playing around with them. I'd recommend a computer with 2-4 CPUs (4 preferably) which you can get cheap if you don't already have one.
I have done quite well in my SQL career without any certs; certs are not essential but there's nothing wrong with them either. If you feel compelled to get a cert I'd start with Querying Microsoft SQL Server 2012/2014 (Exam 70-461). I haven't taken the test but I've read the training book which is excellent:
Training Kit (Exam 70-461) Querying Microsoft SQL Server 2012 (MCSA) (Microsoft Press Training Kit)
-- Itzik Ben-Gan 2001
December 22, 2016 at 6:28 am
Certification or not, one thing is to never stop learning. Hanging out around here is a good start, I learn new things every day from the articles, editorials, stairways, forums, etc. It doesn't matter if it's learning a completely different way of thinking about a problem, or just a little technique that helps contribute to your regular patterns and practices. I've worked at places where the database person before me was certified, but I could tell pretty quickly they made some big errors. I've always held that certification is neither necessary nor sufficient to prove mastery of a computer technology.;-)
December 22, 2016 at 9:00 am
Here you go and Good luck for your exam:-)
https://www.microsoft.com/en-in/learning/mcsa-sql-certification.aspx
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply