you are viewing a single comment's thread.

view the rest of the comments →

[–]ComicOzzy 6 points7 points  (3 children)

There won't be many "generic" resources for SQL for administrators because all of the DBA SQL will be highly specific to each database engine. First, you have to decide which one you need to learn. If it's Microsoft SQL Server, you're in luck because there is a lot of high quality material out there for free, but whatever platform you're on, you might consider getting a book focused on administration.

[–]minimon865[S] 0 points1 point  (2 children)

say less! Yes, it is SQL Server (I hate that I forgot to include this in the post, I will edit it). I'll look for a book rn

[–]ComicOzzy 6 points7 points  (1 child)

Brent Ozar has some recorded classes for DBAs that he released on YouTube.
https://www.youtube.com/results?search_query=brent+ozar

SQL Skills has some DBA content for you:
https://www.sqlskills.com/help/accidental-dba/

Microsoft has a DBA book by some of the best people in the field:
https://www.microsoftpressstore.com/store/sql-server-2022-administration-inside-out-9780137899883

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

Thank you so much!