Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Comments] Certifications and learning #8

Open
chadbaldwin opened this issue Jan 31, 2021 · 5 comments
Open

[Comments] Certifications and learning #8

chadbaldwin opened this issue Jan 31, 2021 · 5 comments
Labels

Comments

@chadbaldwin
Copy link
Owner

https://chadbaldwin.net/2021/01/31/certifications-and-learning.html

@MyKarpenko
Copy link

There is one more exam. Azure DP-300
https://docs.microsoft.com/en-us/learn/certifications/exams/dp-300

@dmilius
Copy link

dmilius commented Feb 6, 2021

Of all the topics that you recently learned about in this cert process, which topic do you think will benefit you the most in your day-to-day work?

@chadbaldwin
Copy link
Owner Author

chadbaldwin commented Feb 6, 2021

@dmilius The two most beneficial things I've been able to apply so far are...

  1. Index tuning...how to build and use indexes properly. I roughly knew how to use indexes, and how to make them...but not how to do it properly (column order, sort order, B-tree structure, key columns vs include columns).

  2. Isolation levels...how each one works, their pros and cons, pessimistic vs optimistic locking, how to prevent locking and deadlocks. Really looking forward to playing with RCSI.

Just in the last month, I've significantly changed how I write stored procedure code, and my process in how I test and tune queries.

I think once I'm able to work around 2016+ servers that columnstore indexes and in-memory OLTP (with natively compiled stored procedures) could be a huge benefit.

@francesco1119
Copy link

I did the same and I was able to archive MCSA: SQL Server 2012/2014 before the 31 of January. I was so relieved.

@chadbaldwin
Copy link
Owner Author

@francesco1119 nice job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants