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

Commit 15943ee

Browse files
committed
Add HTTPS.
1 parent b838e37 commit 15943ee

2 files changed

Lines changed: 2 additions & 2 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](http://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](https://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 [http://schemas.microsoft.com/sqlserver/2004/07/dta/](http://schemas.microsoft.com/sqlserver/2004/07/dta/).
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/).
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

0 commit comments

Comments
 (0)