Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 4.32 KB

File metadata and controls

74 lines (52 loc) · 4.32 KB
title Install SQL Server Database Engine
description Learn about features that can be installed when you select SQL Server Database Engine from Components to Install of the SQL Server Installation Wizard.
author rwestMSFT
ms.author randolphwest
ms.date 06/03/2025
ms.service sql
ms.subservice install
ms.topic install-set-up-deploy
ms.custom
intro-installation
helpviewer_keywords
Database Engine [SQL Server], installing
monikerRange >=sql-server-2016

Install SQL Server Database Engine

[!INCLUDE SQL Server -Windows Only]

Overview

The [!INCLUDE ssDE] component of [!INCLUDE ssNoVersion] is the core service for storing, processing, and securing data. The [!INCLUDE ssDE] provides controlled access and rapid transaction processing to meet the requirements of the most demanding data consuming applications in your enterprise.

[!INCLUDE ssNoVersion] supports up to 50 instances of the [!INCLUDE ssDE] on a single computer. To create a typical [!INCLUDE ssNoVersion] installation, see Install SQL Server from the Installation Wizard (Setup).

Important

For local installations, you must run Setup as an administrator. If you install [!INCLUDE ssNoVersion] from a remote share, you must use a domain account that has read and execute permissions on the remote share.

Features

The following features are installed when you select SQL Server Database Engine on the Components to Install page of the [!INCLUDE ssNoVersion] Installation Wizard:

::: moniker range=">=sql-server-ver15"

::: moniker range=">=sql-server-2017 <=sql-server-2017"

The following additional features are options for many typical user scenarios:

  • Data Quality Client
  • [!INCLUDE ssISnoversion]
  • Connectivity components
  • Programming models
  • Management tools
  • [!INCLUDE ssManStudio]
  • Documentation components

Note

By default, sample databases and sample code aren't installed as part of [!INCLUDE ssNoVersion] Setup. To install sample databases and sample code, see SQL samples. See older samples on CodePlex.

Related content