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

Commit b838e37

Browse files
committed
Merge branch 'Broken-link-fixes-sep28' of https://github.com/atikmapari/sql-docs-pr into 20201026-fixbrokenlinks
2 parents e364d28 + e98ec65 commit b838e37

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/integration-services/import-export-data/data-type-mapping-in-the-sql-server-import-and-export-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The wizard uses mapping files that are installed by [!INCLUDE[ssNoVersion](../..
2929
If your business requires different mappings between data types, you can update the mapping files to change the mappings used by the wizard. For example, if you want the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] **nchar** data type to map to the DB2 **GRAPHIC** data type instead of the DB2 **VARGRAPHIC** data type when you transfer data from [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to DB2, you can change the **nchar** mapping in the **SqlClientToIBMDB2.xml** mapping file to use **GRAPHIC** instead of **VARGRAPHIC.**
3030

3131
## You can add a new mapping file
32-
[!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] installs mappings between many commonly used combinations of source and destination. You can also add new mapping files to the **MappingFiles** directory to support additional sources and destinations. The new mapping files must conform to the published XSD schema and must map between a unique combination of source and destination. The schema for mapping files, **DataTypeMapping.xsd**, is published [here](https://schemas.microsoft.com/sqlserver/2008/07/IntegrationServices/DataTypeMapping/DataTypeMapping.xsd).
32+
[!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] installs mappings between many commonly used combinations of source and destination. You can also add new mapping files to the **MappingFiles** directory to support additional sources and destinations. The new mapping files must conform to the published XSD schema and must map between a unique combination of source and destination. The schema for mapping files, **DataTypeMapping.xsd**, is published [here](http://schemas.microsoft.com/sqlserver/2008/07/IntegrationServices/DataTypeMapping/DataTypeMapping.xsd).
3333

3434
## Sample mapping file
3535
Here's a portion of the XML mapping file that maps from SQL Server data types (or, more specifically, from the data types used by the .Net Framework Data Provider for SQL Server) to Oracle data types. As one example, you can see that a SQL Server **int** data type maps to an Oracle **INTEGER** data type.

docs/relational-databases/performance/view-and-work-with-the-output-from-the-database-engine-tuning-advisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ms.author: jrasnick
170170
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\schemas\sqlserver\2004\07\dta\dtaschema.xsd
171171
```
172172
173-
The Database Engine Tuning Advisor XML schema is also available online at [https://schemas.microsoft.com/sqlserver/2004/07/dta](https://schemas.microsoft.com/sqlserver/2004/07/dta).
173+
The Database Engine Tuning Advisor XML schema is also available online at [http://schemas.microsoft.com/sqlserver/2004/07/dta/](http://schemas.microsoft.com/sqlserver/2004/07/dta/).
174174
175175
6. After creating a workload and an XML input file, you are ready to submit the input file to the **dta** command-line utility for analysis. Make sure that you specify an XML output file name for the **-ox** utility argument. This creates an XML output file with a recommended configuration specified in the **Configuration** element. If you want to run Database Engine Tuning Advisor again to check another hypothetical configuration that is based on the output, you can copy and paste the **Configuration** element contents from the output file into a new or your original XML input file. For information about using an XML input file with the **dta** utility, see the section "Tune a Database by Using the dta Utility" in [Start and Use the Database Engine Tuning Advisor](../../relational-databases/performance/start-and-use-the-database-engine-tuning-advisor.md).
176176

docs/sql-server/azure-arc/connect-at-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Each machine must have [Azure PowerShell](/powershell/azure/install-az-ps) insta
7474

7575
Each target machine must have the [Azure CLI installed](/cli/azure/install-azure-cli). The registration script will automatically sign in to azure with the service principal credentials if they’re provided and no other user is already signed in. Use the following steps to connect SQL Server instances on multiple Linux machines.
7676

77-
1. Create the service principal using the ['az ad sp create-for-rbac'](/cli/azure/ad/sp.md#az_ad_sp_create_for_rbac) command.
77+
1. Create the service principal using the ['az ad sp create-for-rbac'](/cli/azure/ad/sp#az_ad_sp_create_for_rbac) command.
7878

7979
```azurecli-interactive
8080
az ad sp create-for-rbac --name <your service principal name> --role <your custom role name>

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7147,7 +7147,7 @@
71477147
- name: Stack Overflow >>
71487148
href: https://stackoverflow.com/questions/tagged/sql-server
71497149
- name: Microsoft Q & A >>
7150-
href: https://https://docs.microsoft.com/answers/products/sql-server
7150+
href: https://docs.microsoft.com/answers/products/sql-server
71517151
- name: Submit feedback >>
71527152
href: https://feedback.azure.com/forums/908035-sql-server
71537153
- name: Reddit >>

0 commit comments

Comments
 (0)