April 12, 2022 at 1:25 pm
Hi there,
I am looking to find some very good beginner resources for SQL server 2016 as we have to use that at work. I dont have much experience with databases, apart from some https://routerlogin.uno/ very basic SQL knowledge. I searched on Lynda, Pluralsight and Edx. But I dont know which course would give me a solid knowledge on sql server 2016 so that I can build on top of that. Can someone please suggest one ?
April 12, 2022 at 4:40 pm
How is SQL used at your workplace ? Are you looking for Administration or Developer skills ?
SQL has so many different areas, it would be good to focus on what's relevant to you, and not spend hours learning things you'll never use.
Do you have a "sandbox" area you can use, far away from production, so you can learn & practice ?
April 12, 2022 at 6:00 pm
(1) Download SQL Server Developer Edition. (Hint: it's free!)
(2) Get books by Itzik Ben-Gan (for T-SQL learning) or, for DBA/system learning, the "Inside SQL Server" books by MS.
(3) Do the examples in the book(s) using the Developer instance(s).
SQL DBA,SQL Server MVP(07, 08, 09) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".
April 12, 2022 at 8:13 pm
Hi there,
I am looking to find some very good beginner resources for SQL server 2016 as we have to use that at work. I dont have much experience with databases, apart from some very basic SQL knowledge. I searched on Lynda, Pluralsight and Edx. But I dont know which course would give me a solid knowledge on sql server 2016 so that I can build on top of that. Can someone please suggest one ?
In my humble opinion, W3 Schools' free site is one of the fastest, easiest, and best ways to learn about SQL. Just understand that it covers T-SQL (SQL Server), PL/SQL (Oracle), Postgres, and, IIRC, MySQL and they each have their own dialect on a whole lot of things.
https://www.w3schools.com/sql/
And, yes, download the SQL Server Developer Edition and SQL Server Management Studio. Learn how to use "Help" in SQL Server Management Studio.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 13, 2022 at 2:50 pm
On this web site, if you look at the top of the screen, are a series of lessons, utterly free, called Stairways. They cover things from T-SQL querying to backups and a whole lot more. That's a great place to start learning.
And, as everyone else says, get the developer edition. Costs nothing. Get SQL Server Management Studio or Azure Data Studio. Both cost nothing. You can start learning from there.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
November 30, 2022 at 11:54 am
This was removed by the editor as SPAM
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply