SQL Server Workshops
Перейти к файлу
Bob Ward 4a253dfd3e Update 04-Performance.md
Test for HTML table for SQL grid results
2020-02-22 09:49:53 -06:00
.azuredatastudio Updates to ML Course 2019-05-03 08:49:00 -04:00
.vscode Updated the SQL Server ML Services course with pre-reqs 2019-05-01 09:20:07 -04:00
AzureSQLLabs edits after jth review 2019-09-24 12:59:45 -05:00
AzureSQLWorkshop Update 04-Performance.md 2020-02-22 09:49:53 -06:00
NetworkingAndSecurityForDataLab Updated Readme 2019-07-24 08:11:10 -04:00
ProjectResources Added Resources Assets 2019-08-05 07:28:43 -04:00
PythonForDataProfessionals Spelling corrections for all courses owned by bwoody 2020-01-27 13:56:02 -05:00
RForDataProfessionals Updates to ML Course 2019-05-03 08:49:00 -04:00
References Update README.MD 2019-11-27 09:51:25 -08:00
SQLGroundToCloud LAtest Changes 2020-01-30 07:41:35 -05:00
SQLServerAndAzureMachineLearning Updated the SQL Server ML Services course with pre-reqs 2019-05-01 09:20:07 -04:00
SQLServerMLServices Updated graphics 2019-06-05 09:50:16 -07:00
SQLonOpenShift Merge pull request #58 from microsoft/rgward 2019-07-12 09:43:30 -04:00
WorkshopTemplate Initial Stamp of new workshop 2019-07-20 12:48:08 -04:00
archived/ModernizeYourDatabases2019 Created Archive for Modernizing Databases course 2019-09-19 13:02:05 -04:00
graphics Added ML-DL-AI images 2019-10-29 08:41:47 -04:00
k8stobdc Merge pull request #242 from microsoft/buckk8tobdc 2020-02-19 06:39:28 -08:00
sql2019lab Updated slides and graphics for 3rd party logos 2020-01-06 14:04:23 -06:00
sql2019workshop Update 06_Linux_and_Containers.md 2020-01-21 11:35:07 -06:00
sqlserver2019bigdataclusters LAtest Changes 2020-01-30 07:41:35 -05:00
.DS_Store LAtest Changes 2020-01-30 07:41:35 -05:00
.gitignore BDC Sync 2019-04-30 19:37:25 -04:00
LICENSE Created License file 2019-02-06 06:56:45 -05:00
README.md Bravo-Lock for K8's course for Modules README, 00, 01, 04 and 05. 2020-02-19 09:39:07 -05:00
_config.yml Set theme jekyll-theme-midnight 2019-02-06 10:17:18 -05:00
customers.csv Updated the SQL Server ML Services course with pre-reqs 2019-05-01 09:20:07 -04:00

README.md

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, include the page URL, 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 repository 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.