Skip to content

Commit bb65863

Browse files
committed
Merge branch 'patch-34' of https://github.com/anosov1960/sql-docs-pr into 250716-css-billing
2 parents 18005fd + 0f90ce7 commit bb65863

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/sql-server/azure-arc/manage-license-billing.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ If you converted your Enterprise Server+CAL license to a core-based license, you
257257

258258
For details, see [Feature availability by service type](overview.md#feature-availability-by-service-type).
259259

260-
The SQL Server associated services are represented and managed for licensing purposes as SQL Server instances. Their usage is reported using the same metering rules as described in [Metering software usage](manage-license-billing.md#usage-metering).
260+
The SQL Server associated services are represented and managed for licensing purposes as SQL Server instances. Their usage is reported using the metering rules described in [Metering software usage](manage-license-billing.md#usage-metering).
261261

262262
> [!IMPORTANT]
263263
>
@@ -266,22 +266,21 @@ The SQL Server associated services are represented and managed for licensing pur
266266
> When the SQL Server associated service is a standalone instance (without SQL Server database engine) and the machine is configured using a pay-as-you-go subscription, the corresponding pay-as-you-go meters are activated for the instance.
267267
>
268268
> If a p-core license is activated as a pay-as-you-go subscription in the corresponding scope, and the machine is configured to use it, the SQL Server associated service is not individually billed for the pay-as-you-go subscription when it is a standalone instance (without SQL Server engine). For details, see [Use a physical core license](manage-configuration.md#use-physical-core-license).
269-
>
270-
> If a SQL Server associated service is installed with SQL Server engine on the same OSE and the associated service has a different version than SQL Server engine, the associated service as well as SQL Server engine will be billed separately.
271-
>
272-
> If the SQL Server associated service is installed with SQL Server engine on the same OSE and the associated service has a higher edition than SQL Server engine, then the service with the highest edition will be billed.
273269
274-
## <a id="usage-metering"></a> Metering software usage
270+
271+
## <a id="usage-metering"></a> Metering and reporting software usage
275272

276273
The usage of the SQL Server software is reported once an hour. The specific meter is automatically selected based on the SQL Server edition and the number v-cores or p-cores visible to the OSE. The following rules apply:
277274

278-
- If you install one or several SQL Server instances on a virtual machine and don't specify the use of a physical core license, SQL Server software usage is metered based on the total number of virtual cores available to the OSE. The minimum is four cores per OSE.
275+
- If you install one or several instances of SQL Server or SQL Server associated services on a virtual machine and don't specify the use of a physical core license, SQL Server software usage is metered based on the total number of virtual cores available to the OSE. The minimum is four cores per OSE.
276+
277+
- If you install one or several instances of SQL Server or SQL Server associated services on a physical server without using virtual machines, SQL Server software usage is metered based on the total number physical cores available to the OSE. The minimum is four cores per OSE.
279278

280-
- If you install one or several SQL Server instances on a physical server without using virtual machines, SQL Server software usage is metered based on the total number physical cores available to the OSE. The minimum is four cores per OSE.
279+
- SQL Server software usage is reported per OSE whether one or multiple instances of SQL Server or SQL Server associated services are installed on the same OSE.
281280

282-
- SQL Server software usage is reported per OSE whether one or multiple SQL Server instances are installed on the same OSE.
281+
- If two or more instances of SQL Server or SQL Server associated services with the same edition are installed, the first instance in alphabetical order reports usage.
283282

284-
- If two or more instances of the same edition are installed, the first instance in alphabetical order reports usage.
283+
- If two or more instances of SQL Server or SQL Server associated services are installed on the same OSE the instance with the highest edition will be billed.
285284

286285
- The combination of the selected `LicenseType` value and the highest SQL Server edition installed on the OSE defines which meter is sent every hour.
287286

0 commit comments

Comments
 (0)