forked from MicrosoftDocs/sql-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew-to-sql-learning-resources.yml
102 lines (92 loc) · 3.67 KB
/
new-to-sql-learning-resources.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
### YamlMime:Landing
title: "New to SQL Server: Learning resources"
summary: Tutorials, quickstarts, and other educational resources meant to teach you to work with SQL Server on Linux for users who are familiar with Linux.
metadata:
title: "New to SQL Server: Learning resources"
description: A collection of resources meant to teach you to use SQL Server on Linux for Linux users.
ms.service: sql
ms.topic: landing-page
author: MashaMSFT
ms.author: mathoma
ms.date: 10/21/2021
landingContent:
- title: "Module 1: Basics of SQL Server"
linkLists:
- linkListType: learn
links:
- text: What is a database?
url: ../relational-databases/databases/databases.md
- text: System databases
url: ../relational-databases/databases/system-databases.md
- text: Database files
url: ../relational-databases/databases/database-files-and-filegroups.md
- text: What is a table?
url: ../relational-databases/tables/tables.md
- text: Indexes
url: ../relational-databases/indexes/indexes.md
- title: "Module 2: Plan SQL Server on Linux"
linkLists:
- linkListType: learn
links:
- text: Editions and features
url: sql-server-linux-editions-and-components-2019.md
- text: Supported platforms
url: sql-server-linux-release-notes-2019.md
- text: Frequently asked questions
url: sql-server-linux-faq.yml
- title: "Module 3: Install/deploy & connect"
linkLists:
- linkListType: learn
links:
- text: Red Hat
url: quickstart-install-connect-red-hat.md
- text: SUSE
url: quickstart-install-connect-suse.md
- text: Ubuntu
url: quickstart-install-connect-ubuntu.md
- text: Container
url: quickstart-install-connect-docker.md
- text: Tools overview
url: ../tools/overview-sql-tools.md
- text: Azure Data Studio (tool)
url: ../azure-data-studio/what-is-azure-data-studio.md
- text: Write basic Transact-SQL (T-SQL)
url: ../t-sql/tutorial-writing-transact-sql-statements.md
- title: "Module 4: Configure SQL Server on Linux"
linkLists:
- linkListType: learn
links:
- text: Change default port
url: sql-server-linux-configure-mssql-conf.md#tcpport
- text: Set default paths
url: sql-server-linux-configure-mssql-conf.md#datadir
- text: Set trace flags
url: sql-server-linux-configure-mssql-conf.md#traceflags
- text: Join domain
url: sql-server-linux-active-directory-authentication.md
- text: Load sample data
url: ../samples/adventureworks-install-configure.md
- text: Migrate
url: sql-server-linux-migrate-restore-database.md
- title: "Module 5: Configure business continuity"
linkLists:
- linkListType: learn
links:
- text: Business continuity options
url: sql-server-linux-business-continuity-dr.md
- text: Deploy Pacemaker Cluster
url: sql-server-linux-deploy-pacemaker-cluster.md
- text: Configure availability group
url: sql-server-linux-create-availability-group.md
- title: "Module 6: Monitor and tune"
linkLists:
- linkListType: learn
links:
- text: Performance dashboard
url: https://www.youtube.com/watch?v=cVdfhBVmeig
- text: Query store
url: ../relational-databases/performance/monitoring-performance-by-using-the-query-store.md
- text: DMVs
url: ../relational-databases/system-dynamic-management-views/system-dynamic-management-views.md
- text: Additional learning - Performance features of SQL Server on Linux
url: sql-server-linux-performance-get-started.md