Skip to content

Commit fcb65f4

Browse files
committed
typo: Double word "the"
1 parent 7a131e2 commit fcb65f4

File tree

80 files changed

+85
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+85
-85
lines changed

docs/2014/2014-toc/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ manager: craigg
14661466
|smart card profile|A Certificate Lifecycle Manager (CLM) profile created when a request is performed using a profile template that only includes smart card-based certificate templates.|
14671467
|smart card reader|A device that is installed in computers to enable the use of smart cards for enhanced security features.|
14681468
|Smart Card Self Service Control|Software installed on a client computer that enables end users and administrators to manage smart cards by providing a connection from the client computer to the smart card.|
1469-
|smart card unblocking|The action of binding a smart card with administrative credentials to reset the the personal identification number (PIN) attempt counter.|
1469+
|smart card unblocking|The action of binding a smart card with administrative credentials to reset the personal identification number (PIN) attempt counter.|
14701470
|SMO|An application programming interface that supports the incorporation of SQL Server administration into any COM or OLE Automation application.|
14711471
|SMTP|A member of the TCP/IP suite of protocols that governs the exchange of electronic mail between message transfer agents.|
14721472
|snap-in|A type of tool that you can add to a console supported by Microsoft Management Console (MMC). A stand-alone snap-in can be added by itself; an extension snap-in can be added only to extend the function of another snap-in.|

docs/2014/analysis-services/multidimensional-models/mdx/mdx-query-existing-keyword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Existing Set_Expression
3434
By default, sets are evaluated within the context of the cube that contains the members of the set. The `Existing` keyword forces a specified set to be evaluated within the current context instead.
3535

3636
## Example
37-
The following example returns the count of the resellers whose sales have declined over the previous time period, based on user-selected State-Province member values evaluated using the `Aggregate` function. The [Hierarchize (MDX)](/sql/mdx/hierarchize-mdx) and [DrilldownLevel (MDX)](/sql/mdx/drilldownlevel-mdx) functions are used to return values for declining sales for product categories in the Product dimension. The `Existing` keyword forces the the set in the `Filter` function to be evaluated in the current context - that is, for the Washington and Oregon members of the State-Province attribute hierarchy.
37+
The following example returns the count of the resellers whose sales have declined over the previous time period, based on user-selected State-Province member values evaluated using the `Aggregate` function. The [Hierarchize (MDX)](/sql/mdx/hierarchize-mdx) and [DrilldownLevel (MDX)](/sql/mdx/drilldownlevel-mdx) functions are used to return values for declining sales for product categories in the Product dimension. The `Existing` keyword forces the set in the `Filter` function to be evaluated in the current context - that is, for the Washington and Oregon members of the State-Province attribute hierarchy.
3838

3939
```
4040
WITH MEMBER Measures.[Declining Reseller Sales] AS

docs/2014/analysis-services/server-properties/general-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ manager: craigg
5555
A string property that specifies in a delimited list the folders that can be browsed when saving, opening, and finding files in Analysis Services dialog boxes. The Analysis Services service account must have read and write permissions to any folders that you add to the list.
5656

5757
`BackupDir`
58-
A string property that identifies the name of the directory where backup files are stored by default, in the event a path is not specified as part of the the Backup command.
58+
A string property that identifies the name of the directory where backup files are stored by default, in the event a path is not specified as part of the Backup command.
5959

6060
`CollationName`
6161
A string property that identifies the server collation. For more information, see [Languages and Collations (Analysis Services)](../languages-and-collations-analysis-services.md).

docs/2014/analysis-services/tabular-models/kpis-ssas-tabular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ manager: craigg
4040
A Status threshold is defined by the range between a low and high threshold or by a fixed value. The Status threshold displays with a graphic to help users easily determine the status of the Base value compared to the Target value.
4141

4242
## <a name="bkmk_example"></a> Example
43-
The sales manager at Adventure Works wants to create a PivotTable that she can use to quickly display whether or not sales employees are meeting their sales quota for a given period (year). For each sales employee, she wants the PivotTable to display the the actual sales amount in dollars, the sales quota amount in dollars, and a simple graphic display showing the status of whether or not each sales employee is below, at, or above their sales quota. She wants to be able to slice the data by year.
43+
The sales manager at Adventure Works wants to create a PivotTable that she can use to quickly display whether or not sales employees are meeting their sales quota for a given period (year). For each sales employee, she wants the PivotTable to display the actual sales amount in dollars, the sales quota amount in dollars, and a simple graphic display showing the status of whether or not each sales employee is below, at, or above their sales quota. She wants to be able to slice the data by year.
4444

4545
To do this, the sales manager enlists the help of her organization’s BI solution developer to add a Sales KPI to the AdventureWorks Tabular Model. The sales manager will then use [!INCLUDE[ofprexcel](../../includes/ofprexcel-md.md)] to connect to the Adventure Works Tabular Model as a data source and create a PivotTable with the fields (measures and KPI) and slicers to analyze whether or not the sales force is meeting their quotas.
4646

docs/2014/analysis-services/tabular-models/tabular-model-solution-deployment-ssas-tabular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ manager: craigg
6464

6565
|Property|Default Setting|Description|
6666
|--------------|---------------------|-----------------|
67-
|**Impersonation Settings**|**Default**|This property specifies the impersonation settings used when a model running in DirectQuery mode connects to data sources. Impersonation credentials are not used when querying the in-memory cache. This property setting has the following options:<br /><br /> **Default** – This setting specifies Analysis Services will use the option specified on the Impersonation Information page when the data source connection was created by using the Table Import Wizard.<br /><br /> **ImpersonateCurrentUser** – This setting specifies the the user account of the user currently logged on will be used when connecting to all data sources.|
67+
|**Impersonation Settings**|**Default**|This property specifies the impersonation settings used when a model running in DirectQuery mode connects to data sources. Impersonation credentials are not used when querying the in-memory cache. This property setting has the following options:<br /><br /> **Default** – This setting specifies Analysis Services will use the option specified on the Impersonation Information page when the data source connection was created by using the Table Import Wizard.<br /><br /> **ImpersonateCurrentUser** – This setting specifies the user account of the user currently logged on will be used when connecting to all data sources.|
6868

6969
## <a name="bkmk_meth"></a> Deployment Methods
7070
There are several methods you can use to deploy a tabular model project. Most of the deployment methods that can be used for other Analysis Services projects, such as multidimensional, can also be used to deploy tabular model projects.

docs/2014/analysis-services/tabular-models/understanding-dax-in-tabular-models-ssas-tabular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Days in Current Quarter:=COUNTROWS( DATESBETWEEN( 'Date'[Date], STARTOFQUARTER(
176176
|`[Date]`|Specifies the Date column in the Date table. Columns are in brackets.|
177177
|`,`||
178178
|`STARTOFQUARTER`|The STARTOFQUARTER function returns the date of the start of the quarter.|
179-
|`LASTDATE`|The LASTDATE function returns the the last date of the quarter.|
179+
|`LASTDATE`|The LASTDATE function returns the last date of the quarter.|
180180
|`'Date'`|Specifies the Date table.|
181181
|`[Date]`|Specifies the Date column in the Date table.|
182182
|`,`||

docs/2014/database-engine/options-text-editor-xml-general-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ manager: craigg
1818
Use this dialog to change the general editing behavior of the XML Editor, which is used to edit XML documents. To display these settings, click **Options** on the **Tools** menu, expand the **XML** subfolder, and then click **General**.
1919

2020
## Setting Options in Multiple Locations
21-
Options for the XML Editor can also be set in the the **All Languages General** dialog. If you use the **All Languages** dialogs to set different options for the other [!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)] editors, such as the DMX or MDX editors, you must reset the XML Editor options using this dialog.
21+
Options for the XML Editor can also be set in the **All Languages General** dialog. If you use the **All Languages** dialogs to set different options for the other [!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)] editors, such as the DMX or MDX editors, you must reset the XML Editor options using this dialog.
2222

2323
## Statement Completion
2424
**Auto list members**

docs/2014/integration-services/control-flow/data-profile-viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ manager: craigg
5555
> [!IMPORTANT]
5656
> The drilldown capability that is available in the Data Profile Viewer sends live queries to the original data source. These queries may have a negative impact on the performance of the server.
5757
>
58-
> If you drill down from an output file that was not created recently, the the drilldown queries might return a different set of rows than those on which the original output was calculated.
58+
> If you drill down from an output file that was not created recently, the drilldown queries might return a different set of rows than those on which the original output was calculated.
5959
6060
For more information about the user interface of the Data Profile Viewer, see [Data Profile Viewer F1 Help](../data-profile-viewer-f1-help.md).
6161

docs/2014/integration-services/control-flow/data-profiling-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ manager: craigg
2424
You can use the Data Profiling task inside an [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] package to profile data that is stored in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and to identify potential problems with data quality.
2525

2626
> [!NOTE]
27-
> This topic only describes the the features and requirements of the Data Profiling task. For a walkthrough of how to use the Data Profiling task, see the section, [Data Profiling Task and Viewer](data-profiling-task-and-viewer.md).
27+
> This topic only describes the features and requirements of the Data Profiling task. For a walkthrough of how to use the Data Profiling task, see the section, [Data Profiling Task and Viewer](data-profiling-task-and-viewer.md).
2828
2929
## Requirements and Limitations
3030
The Data Profiling task works only with data that is stored in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. This task does not work with third-party or file-based data sources.

docs/2014/integration-services/data-flow/excel-destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ manager: craigg
4343

4444
For information on how to avoid including the single quote, see this blog post, [Single quote is appended to all strings when data is transformed to excel when using Excel destination data flow component in SSIS package](http://go.microsoft.com/fwlink/?LinkId=400876), on msdn.com.
4545

46-
- **Saving memo (ntext) da**ta. Before you can successfully save strings longer than 255 characters to an Excel column, the driver must recognize the data type of the destination column as **memo** and not **string**. If the destination table already contains rows of data, then the first few rows that are sampled by the driver must contain at least one instance of a value longer than 255 characters in the memo column. If the destination table is created during package design or at run time, then the CREATE TABLE statement must use LONGTEXT (or one of its synonyms) as the data type of the the memo column.
46+
- **Saving memo (ntext) da**ta. Before you can successfully save strings longer than 255 characters to an Excel column, the driver must recognize the data type of the destination column as **memo** and not **string**. If the destination table already contains rows of data, then the first few rows that are sampled by the driver must contain at least one instance of a value longer than 255 characters in the memo column. If the destination table is created during package design or at run time, then the CREATE TABLE statement must use LONGTEXT (or one of its synonyms) as the data type of the memo column.
4747

4848
- **Data types**. The Excel driver recognizes only a limited set of data types. For example, all numeric columns are interpreted as doubles (DT_R8), and all string columns (other than memo columns) are interpreted as 255-character Unicode strings (DT_WSTR). [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] maps the Excel data types as follows:
4949

docs/2014/integration-services/lesson-6-4-deploying-the-lesson-6-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ manager: craigg
2525

2626
- Execute the package in SSMS.
2727

28-
### To Locate or add the the SSISDB catalog
28+
### To Locate or add the SSISDB catalog
2929

3030
1. Click Start, point to All Programs, point to Microsoft SQL Server 2012, and then click SQL Management Studio.
3131

docs/2014/master-data-services/microsoft-excel-add-in/setting-properties-for-master-data-services-add-in-for-excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ manager: craigg
2424
|Tab and Section|Setting|Description|
2525
|Settings: Publishing|Show **Publish and Annotate** dialog box when publishing|Select to display the **Publish and Annotate** dialog box after you click **Publish**, enabling you to enter a single annotation for all changes or to enter an annotation for each change.<br /><br /> Deselect to specify that the Publish process is initiated without the **Publish and Annotate** dialog box being displayed. You will not have the opportunity to enter an annotation.|
2626
|Settings: Version|Version selection|Select the version of the master data that will be loaded into the Excel Add-in. Can be:<br /><br /> **None** to have the version not default to any version<br /><br /> **Oldest** to default to the oldest version **Newest** to default to the most recent version.|
27-
|Settings: Logging|Turn on detailed logging|Enable logging for the process of loading master data from MDS into the Excel Add-in, such that the the result of every command in the service is logged.|
27+
|Settings: Logging|Turn on detailed logging|Enable logging for the process of loading master data from MDS into the Excel Add-in, such that the result of every command in the service is logged.|
2828
|Settings: Batching size|Number of cells for load|Select a number to indicate how many thousands of cells will be loaded in a batch that is loaded from the MDS server to Excel. The default is 50,000 cells.|
2929
|Settings: Batching size|Number of cells for publish|Select a number to indicate how many thousands of cells will be published in a batch that is returned from Excel to the server. The default is 50,000 cells.|
3030
|Settings: Servers Added to Safe List|Clear All|Click to clear the list of connections that were designated as safe when the associated shortcut query file was opened.|

docs/2014/relational-databases/data-compression/enable-compression-on-a-table-or-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ manager: craigg
217217
218218
2. On the Standard bar, click **New Query**.
219219
220-
3. Copy and paste the following example into the query window and click **Execute**. The example first queries the `sys.indexes` catalog view to return the name and `index_id` for each index on the `Production.TransactionHistory` table. It then executes the the stored procedure `sp_estimate_data_compression_savings` to return the estimated size of the specified index ID if it were to use the PAGE compression setting. Finally, the example rebuilds index ID 2 (`IX_TransactionHistory_ProductID`), specifying PAGE compression.
220+
3. Copy and paste the following example into the query window and click **Execute**. The example first queries the `sys.indexes` catalog view to return the name and `index_id` for each index on the `Production.TransactionHistory` table. It then executes the stored procedure `sp_estimate_data_compression_savings` to return the estimated size of the specified index ID if it were to use the PAGE compression setting. Finally, the example rebuilds index ID 2 (`IX_TransactionHistory_ProductID`), specifying PAGE compression.
221221
222222
```
223223
USE AdventureWorks2012;

docs/2014/relational-databases/extended-stored-procedures-reference/srv-rpcoptions-extended-stored-procedure-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ srvproc
4242

4343
## Arguments
4444
*srvproc*
45-
Is a pointer to the SRV_PROC structure that is the handle for a particular client connection (in this case, the handle that received the remote stored procedure). The structure contains information the the Extended Stored Procedure API library uses to manage communication and data between the application and the client.
45+
Is a pointer to the SRV_PROC structure that is the handle for a particular client connection (in this case, the handle that received the remote stored procedure). The structure contains information the Extended Stored Procedure API library uses to manage communication and data between the application and the client.
4646

4747
## Returns
4848
A bitmap that contains the run-time flags joined in a logical OR for the current remote stored procedure. If there is not a current remote stored procedure, 0 is returned and a message is generated.

docs/2014/relational-databases/search/manage-and-monitor-full-text-search-for-a-server-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ manager: craigg
7070
|--------------|-----------------|--------------|
7171
|`IsFullTextInstalled`|Whether the full-text component is installed with the current instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].|[FULLTEXTSERVICEPROPERTY](/sql/t-sql/functions/fulltextserviceproperty-transact-sql)<br /><br /> [SERVERPROPERTY](/sql/t-sql/functions/serverproperty-transact-sql)|
7272
|`LoadOSResources`|Whether operating system word breakers and filters are registered and used with this instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].|FULLTEXTSERVICEPROPERTY|
73-
|`VerifySignature`|Specifies whether only signed binaries are loaded by the the Full-Text Engine.|FULLTEXTSERVICEPROPERTY|
73+
|`VerifySignature`|Specifies whether only signed binaries are loaded by the Full-Text Engine.|FULLTEXTSERVICEPROPERTY|
7474

7575
## <a name="monitor"></a> Monitoring Full-Text Search Activity
7676
Several dynamic management views and functions are useful monitoring full-text search activity on a server instance.

docs/2014/relational-databases/spatial/polygon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ DECLARE @g6 geometry = 'POLYGON((1 1, 1 1, 1 1, 1 1))';
9999
SELECT @g1.STIsValid(), @g2.STIsValid(), @g3.STIsValid(), @g4.STIsValid(), @g5.STIsValid(), @g6.STIsValid();
100100
```
101101

102-
`@g1` is not valid because the inner ring touches the exterior ring in two places. `@g2` is not valid because the second inner ring in within the interior of the first inner ring. `@g3` is not valid because the the two inner rings touch at multiple consecutive points. `@g4` is not valid because the interiors of the two inner rings overlap. `@g5` is not valid because the exterior ring is not the first ring. `@g6` is not valid because the ring does not have at least three distinct points.
102+
`@g1` is not valid because the inner ring touches the exterior ring in two places. `@g2` is not valid because the second inner ring in within the interior of the first inner ring. `@g3` is not valid because the two inner rings touch at multiple consecutive points. `@g4` is not valid because the interiors of the two inner rings overlap. `@g5` is not valid because the exterior ring is not the first ring. `@g6` is not valid because the ring does not have at least three distinct points.
103103

104104
## Examples
105105
The following example creates a simple `geometry``Polygon` instance with a hole and SRID 10.

docs/2014/relational-databases/xml/the-xsd-redefine-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ manager: craigg
2020

2121
1. Create a new XML Schema collection with the modified schema components.
2222

23-
2. Retype all `xml` data types (XML DT) that use the the XML Schema collection to be redefined to use the new XML Schema collection instead. To do this, use the ALTER COLUMN option of the ALTER TABLE command for retyping columns, or change the XML Schema collection constraints on variables or parameters.
23+
2. Retype all `xml` data types (XML DT) that use the XML Schema collection to be redefined to use the new XML Schema collection instead. To do this, use the ALTER COLUMN option of the ALTER TABLE command for retyping columns, or change the XML Schema collection constraints on variables or parameters.
2424

2525
3. Drop the old version of the XML Schema collection.
2626

0 commit comments

Comments
 (0)