/sqlworkshops

SQL Server Workshops

Primary LanguageJupyter NotebookMIT LicenseMIT

SQL Server and Azure SQL Labs and Workshops

(https://aka.ms/sqlworkshops)

This site is a map of learning content produced by and curated by the SQL Server and Azure SQL teams in Microsoft Engineering. These materials are meant to be instructor-led, but you can work through the materials on a test system on your own if desired. Labs are shorter and Workshops are more comprehensive. You can view all materials directly in this interface, or you can view the raw github site for this content here.

See the license information at the bottom of this README.md file

Find a problem? Spot a bug? Post an issue here and we'll try and fix it.

SQL Server Data Platform

Azure SQL

Programming

Machine Learning and AI

Presentation Materials, Code, and References

Learning how to self-learn

Many of these topics are quite deep, and take time to fully absorb. There are several phases of learning:

  • Awareness (You learn a technology exists and what it is used for)
  • Understanding (You learn the components, processes and steps of a technology)
  • Practice (You can perform the steps with the technology by following a process to complete a task)
  • Mastery (You are able to explain the technology to others)

These courses are designed for you to repeat many times to move through these phases. Before you embark on any of these, you may want to complete a "Learning how to Learn" course. You can find more information on that here.

Disclaimer

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Download all Workshops as a zip file

The entire repository can be downloaded as a single ZIP file here.

Clone all Workshops using git

You can clone the entire respository using git here.

Get only one Workshop

You can follow the steps below to clone individual files from a git repo using a git client.

Example:

git clone -n https://github.com/Microsoft/sqlworkshops
cd sqlworkshops
git config core.sparsecheckout true
echo workshopname/*| out-file -append -encoding ascii .git/info/sparse-checkout
git checkout

For more information about sparse checkout please visit this stackoverflow thread.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

These samples and templates are all licensed under the MIT license. See the LICENSE file in the root.

Questions

Email questions to: sqlserversamples@microsoft.com.