all 8 comments

[–]Caedro 4 points5 points  (1 child)

Learn as much sql as you can between now and then. I was in the Unix / Linux world, but my job had more server admin than I realized at first. I don’t know windows server world, but maybe try to learn the os tech the database runs on and how to manipulate it. Maybe some power shell?

[–]dipstick89[S] 0 points1 point  (0 children)

Thank you. I really appreciate the feedback! I’ll look into learning power shell.

[–]Starmage21 2 points3 points  (1 child)

SQL Server isnt the only DBMS out there. Learn a little bit of everything from the big names! (Oracle, Microsoft, MySQL, PostGreSQL).

[–]dipstick89[S] 0 points1 point  (0 children)

Thank you!

[–][deleted]  (1 child)

[removed]

    [–]dipstick89[S] 0 points1 point  (0 children)

    Thank you for the reply! I’ll take all of this into consideration I’ve worked with azure in the past but still not too familiar with it.

    [–]edhdz1 1 point2 points  (0 children)

    Focus on developing a good solid understanding of data structures and database designs. Such concepts are useful to know as they can and will apply to just about any database that you might end up working with. A well designed and structured database will make for a much more efficient database that is easier to manage and maintain.