You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/configure-windows/configure-the-max-worker-threads-server-configuration-option.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Server configuration: max worker threads"
3
3
description: Find out how to use the max worker threads option to configure the number of worker threads that are available to SQL Server to process certain requests.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 10/18/2024
6
+
ms.date: 06/05/2024
7
7
ms.service: sql
8
8
ms.subservice: configuration
9
9
ms.topic: conceptual
@@ -74,22 +74,26 @@ The following table shows the automatically configured number of max worker thre
74
74
75
75
Up to [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] with Service Pack 1, the *Workers per CPU* only depend on the architecture (32-bit or 64-bit):
76
76
77
-
| Number of logical CPUs | 32-bit computer <sup>1</sup> | 64-bit computer |
77
+
| Number of logical CPUs | 32-bit computer <sup>†</sup> | 64-bit computer |
<sup>†</sup> Starting with [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)], [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] can no longer be installed on a 32-bit operating system. 32-bit computer values are listed for the assistance of customers running [!INCLUDE [ssSQL14](../../includes/sssql14-md.md)] and earlier. We recommend 1,024 as the maximum number of worker threads for an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] that is running on a 32-bit computer.
83
+
84
+
<sup>††</sup> Starting with [!INCLUDE [ssSQL17](../../includes/sssql17-md.md)], the *Default Max Workers* value is divided by 2 for machines with less than 2 GB of memory.
81
85
82
86
Starting with [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] SP2 and [!INCLUDE [ssSQL17](../../includes/sssql17-md.md)], the *Workers per CPU* depend on the architecture and number of processors (between 4 and 64, or greater than 64):
83
87
84
-
| Number of logical CPUs | 32-bit computer <sup>1</sup> | 64-bit computer |
88
+
| Number of logical CPUs | 32-bit computer <sup>†</sup> | 64-bit computer |
<sup>1</sup> Starting with [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)], [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] can no longer be installed on a 32-bit operating system. 32-bit computer values are listed for the assistance of customers running [!INCLUDE [ssSQL14](../../includes/sssql14-md.md)] and earlier. We recommend 1,024 as the maximum number of worker threads for an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] that is running on a 32-bit computer.
94
+
<sup>†</sup> Starting with [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)], [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] can no longer be installed on a 32-bit operating system. 32-bit computer values are listed for the assistance of customers running [!INCLUDE [ssSQL14](../../includes/sssql14-md.md)] and earlier. We recommend 1,024 as the maximum number of worker threads for an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] that is running on a 32-bit computer.
91
95
92
-
<sup>2</sup> Starting with [!INCLUDE [ssSQL17](../../includes/sssql17-md.md)], the *Default Max Workers* value is divided by 2 for machines with less than 2 GB of memory.
96
+
<sup>††</sup> Starting with [!INCLUDE [ssSQL17](../../includes/sssql17-md.md)], the *Default Max Workers* value is divided by 2 for machines with less than 2 GB of memory.
93
97
94
98
> [!TIP]
95
99
> For more information on using more than 64 logical CPUs, see [Best Practices for running SQL Server on computers that have more than 64 CPUs](../../relational-databases/thread-and-task-architecture-guide.md#best-practices-for-running-sql-server-on-computers-that-have-more-than-64-cpus).
Copy file name to clipboardExpand all lines: docs/database-engine/install-windows/validate-a-sql-server-installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ helpviewer_keywords:
11
11
- "validating installations [SQL Server]"
12
12
monikerRange: ">=sql-server-2016"
13
13
---
14
-
# Validate a SQL Server Installation
14
+
# Validate a SQL Server installation
15
15
16
16
[!INCLUDE [SQL Server -Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
17
17
18
18
The [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] discovery report can be used to verify the version of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] and the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] features installed on the computer. The **Installed SQL Server features discovery report** displays a report of all products and features installed on the local server, for [!INCLUDE [ssVersion2000](../../includes/ssversion2000-md.md)] and later versions. The [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] features discovery report is available on the **Tools** page on the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Installation center.
19
19
20
20
## Run SQL Server features discovery report
21
21
22
-
Launch the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Installation center, using the **Start** menu, point to **All Programs**, point to **Microsoft SQL Server \<Version Name>**, point to **Configuration Tools**, and select **SQL Server Installation Center**. To run the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] features discovery report, select **Tools** in the left-hand navigation area of **SQL Server Installation Center**, and then select **Installed SQL Server features discovery report**.
22
+
Launch the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Installation center, using the **Start** menu, point to **All Programs**, point to **Microsoft SQL Server \<Version Name>**, and select **SQL Server Installation Center**. To run the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] features discovery report, select **Tools** in the left-hand navigation area of **SQL Server Installation Center**, and then select **Installed SQL Server features discovery report**.
23
23
24
24
The [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] discovery report is saved to `%ProgramFiles%\Microsoft SQL Server\<nnn>\Setup Bootstrap\Log\<last Setup Session>`.
Copy file name to clipboardExpand all lines: docs/integration-services/change-data-capture/the-oracle-cdc-databases.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ ms.topic: conceptual
79
79
80
80
For the Oracle CDC, the LSN values stored in this table are based on the Oracle System Change Number (SCN) value associated with the change. The first 6 bytes of the LSN value is the original Oracle SCN number.
81
81
82
-
Also when using the Oracle CDC, the time columns (`tran_begin_time` and `tran_end_time`) store the UTC time of the change rather than the local time as it does with the regular SQL Server CDC. This ensures that daylight savings time changes do not impact the data stored in the lsn_time_mapping.
82
+
Also when using the Oracle CDC, the time columns (`tran_begin_time` and `tran_end_time`) store the UTC time of the change rather than the local time as it does with the regular SQL Server CDC. This ensures that daylight saving time changes do not impact the data stored in the lsn_time_mapping.
|`name`|**sysname**| Name of the time zone in Windows standard format. For example, `Cen. Australia Standard Time` or `Central European Standard Time`. |
30
30
|`current_utc_offset`|**nvarchar(12)**| Current offset to UTC. For example, `+01:00` or `-07:00`. |
31
-
|`is_currently_dst`|**bit**| True if currently observing daylight savings time. |
31
+
|`is_currently_dst`|**bit**| True if currently observing daylight saving time. |
Copy file name to clipboardExpand all lines: docs/t-sql/data-types/datetimeoffset-transact-sql.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,9 @@ First, verify the time zone name from the [sys.time_zone_info](../../relational-
160
160
SELECT*FROMsys.time_zone_infoWHERE name ='Pacific Standard Time';
161
161
```
162
162
163
-
The following example uses the [AT TIME ZONE](../queries/at-time-zone-transact-sql.md) syntax twice. The sample code creates a table `dbo.Audit`, adds data that spans multiple daylight savings time changes, and adds a new **datetimeoffset** column. We assume that the `AuditCreated` column is a ***datetime2** data type without offsets, and was written using the UTC time zone.
163
+
The following example uses the [AT TIME ZONE](../queries/at-time-zone-transact-sql.md) syntax twice. The sample code creates a table `dbo.Audit`, adds data that spans multiple daylight saving time changes, and adds a new **datetimeoffset** column. We assume that the `AuditCreated` column is a ***datetime2** data type without offsets, and was written using the UTC time zone.
164
164
165
-
In the `UPDATE` statement, the `AT TIME ZONE` syntax first adds UTC time zone offset to the existing `AuditCreated` column data, then converts the data from UTC to `Pacific Standard Time`, correctly adjusting the historical data for each past daylight savings time range in the United States.
165
+
In the `UPDATE` statement, the `AT TIME ZONE` syntax first adds UTC time zone offset to the existing `AuditCreated` column data, then converts the data from UTC to `Pacific Standard Time`, correctly adjusting the historical data for each past daylight saving time range in the United States.
166
166
167
167
```sql
168
168
CREATETABLEdbo.Audit (AuditCreated DATETIME2(0) NOT NULL);
0 commit comments