Skip to content

Commit b264f5b

Browse files
authored
Fix typos in documentation files
1 parent 49980c1 commit b264f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-netapp-files/includes/kerberos-nconnect-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: include file
1010
# faq-performance.md
1111
---
1212

13-
It's not recommended to use `nconnect` and `sec=krb5*` mount options together. Using these options together can causes performance degradation.
13+
It's not recommended to use `nconnect` and `sec=krb5*` mount options together. Using these options together can cause performance degradation.
1414

1515
The Generic Security Standard Application Programming Interface (GSS-API) provides a way for applications to protect data sent to peer applications. This data might be sent from a client on one machine to a server on another machine. 
1616

articles/azure-netapp-files/solutions-benefits-azure-netapp-files-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The [TPC-E](http://www.tpc.org/tpce/) benchmarking tool, by design, stresses *co
7373

7474
The SSB tool generates a SELECT and UPDATE driven workload issuing the said statements directly to the SQL Server database running within the Azure virtual machine. For this project, the SSB workloads ramped from 1 to 100 SQL Server users, with 10 or 12 intermediate points at 15 minutes per user count. All performance metrics from these runs were from the point of view of perfmon, for repeatability SSB ran three times per scenario.
7575

76-
The tests themselves were configured as 80% SELECT and 20% UPDATE statement, thus 90% random read. The database itself, which SSB created, was 1000 GB in size. It's comprised of 15 user tables and 9,000,000 rows per user table and 8192 bytes per row.
76+
The tests themselves were configured as 80% SELECT and 20% UPDATE statement, thus 90% random read. The database itself, which SSB created, was 1000 GB in size. It's composed of 15 user tables and 9,000,000 rows per user table and 8192 bytes per row.
7777

7878
The SSB benchmark is an open-source tool. It's freely available at the SQL Storage Benchmark GitHub page.
7979

0 commit comments

Comments
 (0)