Skip to content

Commit 7dec2fc

Browse files
committed
Add new What is SQL Server? article
pencil edit Line 75: reporting and analysis is > reporting and analysis are
1 parent 7ea1ae5 commit 7dec2fc

4 files changed

Lines changed: 166 additions & 17 deletions

File tree

docs/index.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,16 @@ conceptualContent:
6262
items:
6363
- title: Getting started
6464
links:
65-
- text: Connect & query (Azure Data Studio)
66-
url: azure-data-studio/quickstart-sql-server.md
65+
- text: What is SQL Server?
66+
url: sql-server/what-is-sql-server.md
6767
itemType: quickstart
68-
- text: Connect & query (SSMS)
68+
- text: Connect to the Database Engine
69+
url: sql-server/connect-to-database-engine.md
70+
itemType: quickstart
71+
- text: Connect & query with SSMS
6972
url: ssms/quickstarts/ssms-connect-query-sql-server.md
7073
itemType: quickstart
71-
- text: Writing Transact-SQL
74+
- text: Write Transact-SQL
7275
url: t-sql/tutorial-writing-transact-sql-statements.md
7376
itemType: quickstart
7477
- text: SQL Server in a Linux container
@@ -154,12 +157,8 @@ additionalContent:
154157
- items:
155158
- title: Development
156159
links:
157-
- text: Build an app using SQL Server
158-
url: https://www.microsoft.com/sql-server/developer-get-started/
159160
- text: SQL Server client connectivity
160161
url: connect/homepage-sql-connection-programming.md
161-
- text: DevOps using SQL Server
162-
url: https://www.microsoft.com/sql-server/developer-get-started/sql-devops/
163162
- text: Azure SQL Database applications
164163
url: /azure/sql-database/sql-database-develop-overview
165164
- text: Azure SQL Database connectivity libraries

docs/sql-server/index.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
ms.topic: landing-page
1010
author: MashaMSFT
1111
ms.author: mathoma
12-
ms.date: 12/14/2022
12+
ms.date: 09/05/2023
1313
ms.custom:
1414
- event-tier1-build-2022
1515
- event-tier1-build-2022
@@ -71,10 +71,14 @@ landingContent:
7171
url: azure-arc/overview.md
7272
- linkListType: quickstart
7373
links:
74-
- text: Connect & query (SSMS)
75-
url: ../ssms/quickstarts/ssms-connect-query-sql-server.md
76-
- text: Connect & query (Azure Data Studio)
74+
- text: What is SQL Server?
75+
url: what-is-sql-server.md
76+
- text: Connect to the Database Engine
77+
url: connect-to-database-engine.md
78+
- text: Connect & query with Azure Data Studio
7779
url: ../azure-data-studio/quickstart-sql-server.md
80+
- text: Connect & query with SSMS
81+
url: ../ssms/quickstarts/ssms-connect-query-sql-server.md
7882
- linkListType: download
7983
links:
8084
- text: SQL Server
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
---
2+
title: What is SQL Server?
3+
description: An overview of the relational database engine and components of SQL Server
4+
author: rwestMSFT
5+
ms.author: randolphwest
6+
ms.date: 09/05/2023
7+
ms.service: sql
8+
ms.subservice: release-landing
9+
ms.topic: conceptual
10+
---
11+
12+
# What is SQL Server?
13+
14+
[!INCLUDE [sqlserver](../includes/applies-to-version/sqlserver.md)]
15+
16+
[!INCLUDE [msconame-md](../includes/msconame-md.md)] [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] is a relational database management system (RDBMS). Applications and tools connect to a [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] *instance* or *database*, and communicate using [Transact-SQL](../t-sql/language-reference.md) (T-SQL).
17+
18+
## Deployment options
19+
20+
You can install [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Windows or [Linux](../linux/sql-server-linux-overview.md), deploy it in [a Linux container](../linux/sql-server-linux-overview.md#container-images), or deploy it on an [Azure Virtual Machine](/azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview) or other virtual machine platform. You may previously have referred to this as the *boxed product*.
21+
22+
Supported versions of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] depend on your license agreement, but for the purposes of this documentation, we mean [!INCLUDE [sssql16-md](../includes/sssql16-md.md)] and later versions. Documentation for [!INCLUDE [sssql14-md](../includes/sssql14-md.md)] and previous versions is available at [Previous versions of SQL Server documentation](previous-versions-sql-server.md). To find out which versions of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] are currently supported, see [SQL Server end of support options](end-of-support/sql-server-end-of-support-overview.md).
23+
24+
The underlying [!INCLUDE [ssdenoversion-md](../includes/ssdenoversion-md.md)] is also used by the following products and services:
25+
26+
- [[!INCLUDE [ssazure-sqldb](../includes/ssazure-sqldb.md)]](/azure/azure-sql/database/sql-database-paas-overview)
27+
- [[!INCLUDE [ssazuremi_md](../includes/ssazuremi_md.md)]](/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview)
28+
- [Microsoft Analytics Platform System](../analytics-platform-system/home-analytics-platform-system-aps-pdw.md) (PDW)
29+
- [[!INCLUDE [ssazuresynapse-md](../includes/ssazuresynapse-md.md)]](/azure/synapse-analytics/overview-what-is)
30+
- [[!INCLUDE [ssazurede-md](../includes/ssazurede-md.md)]](/azure/azure-sql-edge/overview)
31+
32+
You can view the complete list of features and components from the following links:
33+
34+
- [Editions and supported features of SQL Server 2022](editions-and-components-of-sql-server-2022.md)
35+
- [Editions and supported features of SQL Server 2019](editions-and-components-of-sql-server-2019.md)
36+
- [Editions and supported features of SQL Server 2017](editions-and-components-of-sql-server-2017.md)
37+
- [Editions and supported features of SQL Server 2016](editions-and-components-of-sql-server-2016.md)
38+
39+
## SQL Server components and technologies
40+
41+
This section describes some of the key technologies available in [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)].
42+
43+
### Database Engine
44+
45+
The [!INCLUDE [ssde-md](../includes/ssde-md.md)] is the core service for storing, processing, and securing data. The [!INCLUDE [ssde-md](../includes/ssde-md.md)] provides controlled access and transaction processing to meet the requirements of the most demanding data consuming applications within your enterprise. The [!INCLUDE [ssde-md](../includes/ssde-md.md)] also provides rich support for sustaining business continuity through [Business continuity and database recovery](../database-engine/sql-server-business-continuity-dr.md).
46+
47+
### Machine Learning Services
48+
49+
[Machine Learning Services](../machine-learning/sql-server-machine-learning-services.md) supports integration of machine learning, using the popular R and Python languages, into enterprise workflows.
50+
51+
Machine Learning Services (In-Database) integrates R and Python with [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], making it easy to build, retrain, and score models by calling stored procedures. Machine Learning Server provides enterprise-scale support for R and Python, without requiring [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)].
52+
53+
### Integration Services
54+
55+
[SQL Server Integration Services](../integration-services/sql-server-integration-services.md) (SSIS) is a platform for building high performance data integration solutions, including packages that provide extract, transform, and load (ETL) processing for data warehousing.
56+
57+
### Analysis Services
58+
59+
[SQL Server Analysis Services](/analysis-services/ssas-overview) (SSAS) is an analytical data platform and toolset for personal, team, and corporate business intelligence. Servers and client designers support traditional OLAP solutions, new tabular modeling solutions, as well as self-service analytics and collaboration using [!INCLUDE [power-pivot-md](../includes/power-pivot-md.md)], Excel, and a SharePoint Server environment. [!INCLUDE [ssASnoversion](../includes/ssasnoversion-md.md)] also includes Data Mining so that you can uncover the patterns and relationships hidden inside large volumes of data.
60+
61+
### Reporting Services
62+
63+
[SQL Server Reporting Services](../reporting-services/create-deploy-and-manage-mobile-and-paginated-reports.md) (SSRS) delivers enterprise, Web-enabled reporting functionality. You can create reports that draw content from various data sources, publish reports in various formats, and centrally manage security and subscriptions.
64+
65+
### Replication
66+
67+
[SQL Server Replication](../relational-databases/replication/sql-server-replication.md) is a set of technologies for copying and distributing data and database objects from one database to another, and then synchronizing between databases to maintain consistency. By using replication, you can distribute data to different locations and to remote or mobile users with local and wide area networks, dial-up connections, wireless connections, and the Internet.
68+
69+
### Data Quality Services
70+
71+
[Data Quality Services](../data-quality-services/data-quality-services.md) (DQS) provides you with a knowledge-driven data cleansing solution. DQS enables you to build a knowledge base, and then use that knowledge base to perform data correction and deduplication on your data, using both computer-assisted and interactive means. You can use cloud-based reference data services, and you can build a data management solution that integrates DQS with [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] Integration Services and Master Data Services.
72+
73+
### Master Data Services
74+
75+
[Master Data Services Overview (MDS)](../master-data-services/master-data-services-overview-mds.md) is the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] solution for master data management. A solution built on [!INCLUDE [ssMDSshort](../includes/ssmdsshort-md.md)] helps ensure that reporting and analysis are based on the right information. Using [!INCLUDE [ssMDSshort](../includes/ssmdsshort-md.md)], you create a central repository for your master data and maintain an auditable, securable record of that data as it changes over time.
76+
77+
## Azure integration
78+
79+
Although [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] is a standalone product, which can be installed on computers running Windows and Linux operating systems, you can integrate your [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] instances with several Azure services.
80+
81+
### Azure Virtual Machines
82+
83+
[SQL Server on Azure Virtual Machines](/azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview) enables you to use full versions of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] in the cloud without having to manage any on-premises hardware. [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] virtual machines (VMs) also simplify licensing costs when you pay as you go.
84+
85+
Azure virtual machines run in many different geographic regions around the world. They also offer various machine sizes. The virtual machine image gallery allows you to create a [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] VM with the right version, edition, and operating system. This makes virtual machines a good option for many different [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] workloads.
86+
87+
### Azure Arc
88+
89+
[Azure Arc](azure-arc/overview.md) simplifies governance and management by delivering a consistent multicloud and on-premises management platform. Azure Arc provides a centralized, unified way to manage your entire environment together, combining existing non-Azure and/or on-premises virtual machines, Kubernetes clusters, and databases into Azure Resource Manager.
90+
91+
You can use Azure services and management capabilities, introduce DevOps practices to support new cloud native patterns in your environment, and configure custom locations as an abstraction layer on top of Azure Arc-enabled Kubernetes clusters and cluster extensions, regardless of where your resources live.
92+
93+
### Azure Kubernetes Service (AKS)
94+
95+
Azure Kubernetes Service (AKS) is a managed Kubernetes service for deploying and managing container clusters. With [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Linux containers, you can [deploy a SQL Server Linux container to AKS using Helm charts](../linux/sql-server-linux-containers-deploy-helm-charts-kubernetes.md).
96+
97+
> [!NOTE]
98+
> You can also set up [Azure Arc-enabled SQL Managed Instance](/azure/azure-arc/data/managed-instance-overview) on a Kubernetes infrastructure of your choice, which allows you to manage the service in Azure while your data stays in the location you prefer.
99+
100+
## Migrate and move data
101+
102+
[!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] provides many opportunities to migrate and modernize your data estate.
103+
104+
### Migrating to the cloud
105+
106+
- [Migrate SQL Server workloads (FAQ)](/azure/azure-sql/migration-guides/modernization)
107+
- [Import and Export Data with the SQL Server Import and Export Wizard](../integration-services/import-export-data/import-and-export-data-with-the-sql-server-import-and-export-wizard.md)
108+
- [Azure Database Migration Guides](/data-migration/)
109+
110+
### Migrating to SQL Server
111+
112+
- [Migrate databases and structured data to SQL Server on Linux](../linux/sql-server-linux-migrate-overview.md) <sup>1</sup>
113+
- [Data Migration Assistant](../dma/dma-overview.md)
114+
- [Import data from Excel to SQL Server or Azure SQL Database](../relational-databases/import-export/import-data-from-excel-to-sql.md)
115+
- [SQL Server Migration Assistant](../ssma/sql-server-migration-assistant.md)
116+
117+
<sup>1</sup> [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] and later versions.
118+
119+
## Update your version of SQL Server
120+
121+
- [Latest updates and version history for SQL Server](/troubleshoot/sql/releases/download-and-install-latest-updates)
122+
123+
## Samples
124+
125+
- [Wide World Importers sample databases](../samples/wide-world-importers-what-is.md)
126+
- [AdventureWorks sample databases](../samples/adventureworks-install-configure.md)
127+
- [SQL Server samples on GitHub](https://github.com/Microsoft/sql-server-samples)
128+
129+
[!INCLUDE [get-help-options](../includes/paragraph-content/get-help-options.md)]
130+
131+
## Connect to SQL Server
132+
133+
- [Connect to the Database Engine](connect-to-database-engine.md)
134+
- [What is SQL Server Management Studio (SSMS)?](../ssms/sql-server-management-studio-ssms.md)
135+
- [What is Azure Data Studio?](../azure-data-studio/what-is-azure-data-studio.md)
136+
137+
## Next steps
138+
139+
- [SQL Server installation guide](../database-engine/install-windows/install-sql-server.md) (Windows)
140+
- [Installation guidance for SQL Server on Linux](../linux/sql-server-linux-setup.md)
141+
- [Configure and customize SQL Server Docker containers](../linux/sql-server-linux-docker-container-configure.md)
142+
- [Server configuration options (SQL Server)](../database-engine/configure-windows/server-configuration-options-sql-server.md)

docs/toc.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ items:
77
href: sql-server/previous-versions-sql-server.md
88
- name: Overview
99
items:
10-
- name: Connect to the Database Engine
11-
href: sql-server/connect-to-database-engine.md
12-
- name: What's New
10+
- name: Get started
11+
items:
12+
- name: What is SQL Server?
13+
href: sql-server/what-is-sql-server.md
14+
- name: Connect to the Database Engine
15+
href: sql-server/connect-to-database-engine.md
16+
- name: What's new?
1317
items:
1418
- name: SQL Server 2022
1519
href: sql-server/what-s-new-in-sql-server-2022.md
@@ -19,7 +23,7 @@ items:
1923
href: sql-server/what-s-new-in-sql-server-2017.md
2024
- name: SQL Server 2016
2125
href: sql-server/what-s-new-in-sql-server-2016.md
22-
- name: Editions & Features
26+
- name: Editions and features
2327
items:
2428
- name: SQL Server 2022
2529
href: sql-server/editions-and-components-of-sql-server-2022.md
@@ -29,7 +33,7 @@ items:
2933
href: sql-server/editions-and-components-of-sql-server-2017.md
3034
- name: SQL Server 2016
3135
href: sql-server/editions-and-components-of-sql-server-2016.md
32-
- name: Release Notes
36+
- name: Release notes
3337
items:
3438
- name: SQL Server 2022
3539
href: sql-server/sql-server-2022-release-notes.md

0 commit comments

Comments
 (0)