Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 5cca222

Browse files
authored
Merge pull request #26944 from MicrosoftDocs/main
5/02 AM Publish
2 parents 69737bf + 3ccbd7f commit 5cca222

38 files changed

Lines changed: 161 additions & 149 deletions

File tree

azure-sql/database/elastic-query-getting-started-vertical.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To start with, create two databases, **Customers** and **Orders**, either in the
2929

3030
Execute the following queries on the **Orders** database to create the **OrderInformation** table and input the sample data.
3131

32-
```tsql
32+
```sql
3333
CREATE TABLE [dbo].[OrderInformation](
3434
[OrderID] [int] NOT NULL,
3535
[CustomerID] [int] NOT NULL
@@ -43,7 +43,7 @@ INSERT INTO [dbo].[OrderInformation] ([OrderID], [CustomerID]) VALUES (564, 8)
4343

4444
Now, execute following query on the **Customers** database to create the **CustomerInformation** table and input the sample data.
4545

46-
```tsql
46+
```sql
4747
CREATE TABLE [dbo].[CustomerInformation](
4848
[CustomerID] [int] NOT NULL,
4949
[CustomerName] [varchar](50) NULL,
@@ -62,7 +62,7 @@ INSERT INTO [dbo].[CustomerInformation] ([CustomerID], [CustomerName], [Company]
6262
1. Open SQL Server Management Studio or SQL Server Data Tools in Visual Studio.
6363
2. Connect to the Orders database and execute the following T-SQL commands:
6464

65-
```tsql
65+
```sql
6666
CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<master_key_password>';
6767
CREATE DATABASE SCOPED CREDENTIAL ElasticDBQueryCred
6868
WITH IDENTITY = '<username>',
@@ -77,7 +77,7 @@ INSERT INTO [dbo].[CustomerInformation] ([CustomerID], [CustomerName], [Company]
7777

7878
To create an external data source, execute the following command on the Orders database:
7979

80-
```tsql
80+
```sql
8181
CREATE EXTERNAL DATA SOURCE MyElasticDBQueryDataSrc WITH
8282
(TYPE = RDBMS,
8383
LOCATION = '<server_name>.database.windows.net',
@@ -90,7 +90,7 @@ CREATE EXTERNAL DATA SOURCE MyElasticDBQueryDataSrc WITH
9090

9191
Create an external table on the Orders database, which matches the definition of the CustomerInformation table:
9292

93-
```tsql
93+
```sql
9494
CREATE EXTERNAL TABLE [dbo].[CustomerInformation]
9595
( [CustomerID] [int] NOT NULL,
9696
[CustomerName] [varchar](50) NOT NULL,
@@ -103,7 +103,7 @@ WITH
103103

104104
Once you have defined your external data source and your external tables, you can now use T-SQL to query your external tables. Execute this query on the Orders database:
105105

106-
```tsql
106+
```sql
107107
SELECT OrderInformation.CustomerID, OrderInformation.OrderId, CustomerInformation.CustomerName, CustomerInformation.Company
108108
FROM OrderInformation
109109
INNER JOIN CustomerInformation

azure-sql/database/elastic-query-getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ These are used to connect to the shard map manager and the shards:
5656
1. Open SQL Server Management Studio or SQL Server Data Tools in Visual Studio.
5757
2. Connect to ElasticDBQuery database and execute the following T-SQL commands:
5858

59-
```tsql
59+
```sql
6060
CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<master_key_password>';
6161

6262
CREATE DATABASE SCOPED CREDENTIAL ElasticDBQueryCred
@@ -69,7 +69,7 @@ These are used to connect to the shard map manager and the shards:
6969
### External data sources
7070
To create an external data source, execute the following command on the ElasticDBQuery database:
7171

72-
```tsql
72+
```sql
7373
CREATE EXTERNAL DATA SOURCE MyElasticDBQueryDataSrc WITH
7474
(TYPE = SHARD_MAP_MANAGER,
7575
LOCATION = '<server_name>.database.windows.net',
@@ -84,7 +84,7 @@ CREATE EXTERNAL DATA SOURCE MyElasticDBQueryDataSrc WITH
8484
### External tables
8585
Create an external table that matches the Customers table on the shards by executing the following command on ElasticDBQuery database:
8686

87-
```tsql
87+
```sql
8888
CREATE EXTERNAL TABLE [dbo].[Customers]
8989
( [CustomerId] [int] NOT NULL,
9090
[Name] [nvarchar](256) NOT NULL,
@@ -100,7 +100,7 @@ Once you have defined your external data source and your external tables you can
100100

101101
Execute this query on the ElasticDBQuery database:
102102

103-
```tsql
103+
```sql
104104
select count(CustomerId) from [dbo].[Customers]
105105
```
106106

azure-sql/database/resource-limits-vcore-single-databases.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This page describes some common vCore resource limits for a single
44
author: dimitri-furman
55
ms.author: dfurman
66
ms.reviewer: wiassaf, mathoma
7-
ms.date: 04/10/2023
7+
ms.date: 04/27/2023
88
ms.service: sql-database
99
ms.subservice: service-overview
1010
ms.topic: reference
@@ -240,8 +240,8 @@ The [serverless compute tier](serverless-tier-overview.md) is currently availabl
240240
|Max local SSD IOPS <sup>1</sup>|8000 |16,000 |24,000 |32,000 |40,000 |48,000 |56,000 |
241241
|Max log rate (MBps)|100 |100 |100 |100 |100 |100 |100 |
242242
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|
243-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
244-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
243+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
244+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
245245
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
246246
|Max concurrent workers|200|400|600|800|1000|1200|1400|
247247
|Max concurrent external connections <sup>4</sup>|20|40|60|80|100|120|140|
@@ -275,8 +275,8 @@ The [serverless compute tier](serverless-tier-overview.md) is currently availabl
275275
|Max local SSD IOPS <sup>1</sup>|64,000 |72,000 |80,000 |96,000 |128,000 |160,000 |204,800 |
276276
|Max log rate (MBps)|100 |100 |100 |100 |100 |100 |100 |
277277
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|
278-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
279-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
278+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
279+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
280280
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
281281
|Max concurrent workers|1600|1800|2000|2400|3200|4000|8000|
282282
|Max concurrent external connections <sup>4</sup>|150|150|150|150|150|150|150|
@@ -310,8 +310,8 @@ The [serverless compute tier](serverless-tier-overview.md) is currently availabl
310310
|Max local SSD IOPS <sup>1</sup>|14,000|28,000|42,000|44,800|
311311
|Max log rate (MBps)|100 |100 |100 |100 |
312312
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|
313-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
314-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
313+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
314+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
315315
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
316316
|Max concurrent workers|160|320|480|640|
317317
|Max concurrent external connections <sup>4</sup>|16|32|48|64|
@@ -348,8 +348,8 @@ SLOs in the Hyperscale premium-series tier use the naming convention `HS_PRMS_`
348348
|Max local SSD IOPS <sup>1</sup>|8,000|16,000|24,000|32,000|40,000|
349349
|Max log rate (MBps)|100 |100 |100 |100 |100 |
350350
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|
351-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
352-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
351+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
352+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
353353
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
354354
|Max concurrent workers|200|400|600|800|1000|
355355
|Max concurrent external connections <sup>4</sup>|20|40|60|80|100|
@@ -385,8 +385,8 @@ SLOs in the Hyperscale premium-series tier use the naming convention `HS_PRMS_`
385385
|Max local SSD IOPS <sup>1</sup>|48,000|56,000|64,000|72,000|80,000|
386386
|Max log rate (MBps)|100 |100 |100 |100 |100 |
387387
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|
388-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
389-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
388+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
389+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
390390
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
391391
|Max concurrent workers|1,200|1,400|1,600|1,800|2,000|
392392
|Max concurrent external connections <sup>4</sup>|120|140|150|150|150|
@@ -420,8 +420,8 @@ SLOs in the Hyperscale premium-series tier use the naming convention `HS_PRMS_`
420420
|Max local SSD IOPS <sup>1</sup>|96,000|128,000|160,000|320,000|327,680|
421421
|Max log rate (MBps)|100 |100 |100 |100 |100|
422422
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|
423-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
424-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
423+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
424+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
425425
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
426426
|Max concurrent workers|2,400|3,200|4,000|8,000|12,800|
427427
|Max concurrent external connections <sup>4</sup>|150|150|150|150|150|
@@ -458,8 +458,8 @@ SLOs in the Premium-series memory optimized tier use the naming convention `HS_M
458458
|Max local SSD IOPS <sup>1</sup>|10,240|20,480|30,720|40,960|51,200|
459459
|Max log rate (MBps)|100 |100 |100 |100 |100 |
460460
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|
461-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
462-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
461+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
462+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
463463
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
464464
|Max concurrent workers|200|400|600|800|1000|
465465
|Max concurrent external connections <sup>4</sup>|20|40|60|80|100|
@@ -495,8 +495,8 @@ SLOs in the Premium-series memory optimized tier use the naming convention `HS_M
495495
|Max local SSD IOPS <sup>1</sup>|61,440|71,680|81,920|92,160|102,400|
496496
|Max log rate (MBps)|100 |100 |100 |100 |100 |
497497
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|1-2 ms|
498-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
499-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
498+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
499+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
500500
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
501501
|Max concurrent workers|1,200|1,400|1,600|1,800|2,000|
502502
|Max concurrent external connections <sup>4</sup>|120|140|150|150|150|
@@ -531,8 +531,8 @@ SLOs in the Premium-series memory optimized tier use the naming convention `HS_M
531531
|Max local SSD IOPS <sup>1</sup>|122,880|163,840|204,800|327,680|
532532
|Max log rate (MBps)|100 |100 |100 |100 |
533533
|Local read IO latency<sup>2</sup> |1-2 ms|1-2 ms|1-2 ms|1-2 ms|
534-
|Remote read IO latency<sup>2</sup>|1-5 ms|1-5 ms|1-5 ms|1-5 ms|
535-
|Write IO latency<sup>2</sup>|3-5 ms|3-5 ms|3-5 ms|3-5 ms|
534+
|Remote read IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
535+
|Write IO latency<sup>2</sup>|1-4 ms|1-4 ms|1-4 ms|1-4 ms|
536536
|Storage type|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|Multi-tiered<sup>3</sup>|
537537
|Max concurrent workers|2,400|3,200|4,000|8,000|
538538
|Max concurrent external connections <sup>4</sup>|150|150|150|150|

azure-sql/database/service-tier-hyperscale-frequently-asked-questions-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
author: dimitri-furman
1212
ms.author: dfurman
1313
ms.reviewer: wiassaf, mathoma
14-
ms.date: 02/14/2023
14+
ms.date: 05/02/2023
1515
title: Azure SQL Database Hyperscale FAQ
1616
summary: |
1717
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]
@@ -33,7 +33,7 @@ sections:
3333
- question: |
3434
What resource types and purchasing models support Hyperscale?
3535
answer: |
36-
The Hyperscale service tier is only available for single databases using the vCore-based purchasing model in Azure SQL Database.
36+
The Hyperscale service tier is only available for single databases using the vCore-based purchasing model in Azure SQL Database. It is not available in the DTU-based purchasing model.
3737
3838
- question: |
3939
How does the Hyperscale service tier differ from the General Purpose and Business Critical service tiers?

azure-sql/managed-instance/doc-changes-updates-known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Several system views, performance counters, error messages, XEvents, and error l
206206

207207
**Workaround**: Use `sys.databases` view to resolve the actual database name from the physical database name, specified in the form of GUID database identifiers:
208208

209-
```tsql
209+
```sql
210210
SELECT name as ActualDatabaseName, physical_database_name as GUIDDatabaseIdentifier
211211
FROM sys.databases
212212
WHERE database_id > 4;

azure-sql/migration-guides/managed-instance/sql-server-to-managed-instance-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ If you have memory-optimized tables or memory-optimized table types in your on-p
189189
- Choose the Business Critical tier for your target SQL managed instance that supports In-Memory OLTP.
190190
- If you want to migrate to the General Purpose tier in Azure SQL Managed Instance, remove memory-optimized tables, memory-optimized table types, and natively compiled SQL modules that interact with memory-optimized objects before migrating your databases. You can use the following T-SQL query to identify all objects that need to be removed before migration to the General Purpose tier:
191191

192-
```tsql
192+
```sql
193193
SELECT * FROM sys.tables WHERE is_memory_optimized=1
194194
SELECT * FROM sys.table_types WHERE is_memory_optimized=1
195195
SELECT * FROM sys.sql_modules WHERE uses_native_compilation=1

docs/big-data-cluster/big-data-cluster-key-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@ The main encryption key will be rotated using `azdata bdc kms set –key-provide
146146

147147
The asymmetric key can be seen using the following T-SQL query, with the `sys.asymmetric_keys` system catalog view.
148148

149-
```tsql
149+
```sql
150150
USE master;
151151
select * from sys.asymmetric_keys;
152152
```
153153

154154
The asymmetric key will appear with the naming convention "tde_asymmetric_key_\<version\>". The SQL Server administrator can then change the protector of the DEK to the asymmetric key using [ALTER DATABASE ENCRYPTION KEY](../t-sql/statements/alter-database-encryption-key-transact-sql.md). For example, use the following T-SQL command:
155155

156-
```tsql
156+
```sql
157157
USE db1;
158158
ALTER DATABASE ENCRYPTION KEY ENCRYPTION BY SERVER ASYMMETRIC KEY tde_asymmetric_key_0;
159159
```

docs/connect/odbc/using-always-encrypted-with-the-odbc-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The table below summarizes the behavior of queries, depending on whether Always
114114

115115
The following examples illustrate retrieving and modifying data in encrypted columns. The examples assume a table with the following schema. The SSN and BirthDate columns are encrypted.
116116

117-
```tsql
117+
```sql
118118
CREATE TABLE [dbo].[Patients](
119119
[PatientId] [int] IDENTITY(1,1),
120120
[SSN] [char](11) COLLATE Latin1_General_BIN2

docs/database-engine/configure-windows/adr-cleaner-retry-timeout-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The cleaner is single threaded in SQL Server 2019 and so one SQL Server instance
2828

2929
The following examples sets the cleaner retry timeout.
3030

31-
```tsql
31+
```sql
3232
sp_configure 'show advanced options', 1;
3333
RECONFIGURE;
3434
GO

docs/database-engine/configure-windows/adr-preallocation-factor-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ While the background thread takes workload patterns into consideration, this fac
3737

3838
The following example sets the preallocation factor to 4.
3939

40-
```tsql
40+
```sql
4141
sp_configure 'show advanced options', 1;
4242
RECONFIGURE;
4343
GO

0 commit comments

Comments
 (0)