Skip to content

Commit 0a3bd91

Browse files
committed
Merge branch 'master' of https://github.com/microsoftdocs/sql-docs-pr into linux
2 parents 745ea19 + 7fdcc79 commit 0a3bd91

17 files changed

Lines changed: 208 additions & 161 deletions

docs/integration-services/import-export-data/connect-to-a-mysql-data-source-sql-server-import-and-export-wizard.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Connect to a MySQL Data Source (SQL Server Import and Export Wizard) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/16/2017"
4+
ms.date: "06/20/2017"
55
ms.prod: "sql-server-2016"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -27,6 +27,9 @@ Download the providers and drivers described in this topic from the [MySQL Conne
2727
## Connect to MySQL with the .Net Framework Data Provider for MySQL
2828
After you select **.NET Framework Data Provider for MySQL** on the **Choose a Data Source** or **Choose a Destination** page of the wizard, the page presents a grouped list of options for the provider. Many of these are unfriendly names and unfamiliar settings. Fortunately, you only have to provide a few pieces of information. You can ignore the default values for the other settings.
2929

30+
> [!NOTE]
31+
> The connection options for this data provider are the same whether MySQL is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
32+
3033
|Required info|.Net Framework Data Provider for MySQL property|
3134
|---|---|
3235
|Server name|**Server**|
@@ -39,9 +42,6 @@ You don't have to enter the connection string in the **ConnectionString** field
3942

4043
![Connect to MySQL with the .NET provider, 2 of 2](../../integration-services/import-export-data/media/connect-to-mysql-with-the-net-provider-2-of-2.png)
4144

42-
> [!NOTE]
43-
> The connection options for this data provider are the same whether MySQL is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
44-
4545
## Connect to MySQL with the MySQL ODBC driver
4646
ODBC drivers aren't listed in the drop-down list of data sources. To connect with an ODBC driver, start by selecting the **.NET Framework Data Provider for ODBC** as the data source on the **Choose a Data Source** or **Choose a Destination** page. This provider acts as a wrapper around the ODBC driver.
4747

@@ -50,6 +50,10 @@ Here's the generic screen that you see immediately after selecting the .NET Fram
5050
![Connect to SQL with ODBC before](../../integration-services/import-export-data/media/connect-to-sql-with-odbc-before.jpg)
5151

5252
### Options to specify (MySQL ODBC Driver)
53+
54+
> [!NOTE]
55+
> The connection options for this data provider and ODBC driver are the same whether MySQL is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
56+
5357
To connect to MySQL with the MySQL ODBC driver, assemble a connection string that includes the following settings and their values. The format of a complete connection string immediately follows the list of settings.
5458

5559
> [!TIP]
@@ -83,9 +87,6 @@ Here's the screen that you see after entering the connection string.
8387

8488
![Connect to MySQL with ODBC](../../integration-services/import-export-data/media/connect-to-mysql-with-odbc.png)
8589

86-
> [!NOTE]
87-
> The connection options for this data provider and ODBC driver are the same whether MySQL is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
88-
8990
## Other data providers and more info
9091
For info about how to connect to MySQL with a data provider that's not listed here, see [MySQL connection strings](https://www.connectionstrings.com/mysql/). This third-party site also contains more info about the data providers and the connection parameters described on this page.
9192

docs/integration-services/import-export-data/connect-to-a-postgresql-data-source-sql-server-import-and-export-wizard.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Here's the generic screen that you see immediately after selecting the .NET Fram
3939
![Connect to PostgreSQL with ODBC before](../../integration-services/import-export-data/media/connect-to-sql-with-odbc-before.jpg)
4040

4141
### Options to specify (PostgreSQL ODBC driver)
42+
43+
> [!NOTE]
44+
> The connection options for this data provider and ODBC driver are the same whether PostgreSQL is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
45+
4246
To connect to PostgreSQL with the PostgreSQL ODBC driver, assemble a connection string that includes the following settings and their values. The format of a complete connection string immediately follows the list of settings.
4347

4448
> [!TIP]
@@ -75,9 +79,6 @@ Here's the screen that you see after entering the connection string.
7579

7680
![Connect to PostgreSQL with ODBC](../../integration-services/import-export-data/media/connect-to-postgresql-with-odbc.png)
7781

78-
> [!NOTE]
79-
> The connection options for this data provider and ODBC driver are the same whether PostgreSQL is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
80-
8182
## Other data providers and more info
8283
For info about how to connect to PostgreSQL with a data provider that's not listed here, see [PostgreSQL connection strings](https://www.connectionstrings.com/postgresql/). This third-party site also contains more info about the data providers and the connection parameters described on this page.
8384

docs/integration-services/import-export-data/connect-to-a-sql-server-data-source-sql-server-import-and-export-wizard.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ This topic shows you how to connect to a **Microsoft SQL Server** data source fr
2424
## Connect to SQL Server with the .NET Framework Data Provider for SQL Server
2525
After you select **.NET Framework Data Provider for SQL Server** on the **Choose a Data Source** or **Choose a Destination** page of the wizard, the page displays a grouped list of options for the provider. Many of these are unfriendly names and unfamiliar settings. Fortunately, to connect to any enterprise database, you typically have to provide only a few pieces of information. You can ignore the default values for the other settings.
2626

27+
> [!NOTE]
28+
> The connection options for this data provider are the same whether SQL Server is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
29+
2730
|Required info|.Net Framework Data Provider for SQL Server property|
2831
|---|---|
2932
|Server name|**Data Source**|
@@ -32,10 +35,11 @@ After you select **.NET Framework Data Provider for SQL Server** on the **Choose
3235

3336
![Connect to SQL with .NET provider](../../integration-services/import-export-data/media/connect-to-sql-with-net-provider.jpg)
3437

38+
### Options to specify (.NET Framework Data Provider for SQL Server)
39+
3540
> [!NOTE]
3641
> The connection options for this data provider are the same whether SQL Server is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
3742
38-
### Options to specify (.NET Framework Data Provider for SQL Server)
3943
**Data Source**
4044
Enter the name or IP address of the source or destination server, or select a server from the drop-down list.
4145

@@ -64,6 +68,10 @@ Here's the generic screen that you see immediately after selecting the .NET Fram
6468
![Connect to SQL with ODBC before](../../integration-services/import-export-data/media/connect-to-sql-with-odbc-before.jpg)
6569

6670
### Options to specify (ODBC driver for SQL Server)
71+
72+
> [!NOTE]
73+
> The connection options for the ODBC driver are the same whether SQL Server is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
74+
6775
To connect to SQL Server with the latest ODBC driver, assemble a connection string that includes the following settings and their values. The format of a complete connection string immediately follows the list of settings.
6876

6977
> [!TIP]
@@ -101,9 +109,6 @@ Here's the screen that you see after entering the connection string.
101109

102110
![Connect to SQL with ODBC after](../../integration-services/import-export-data/media/connect-to-sql-with-odbc-after.jpg)
103111

104-
> [!NOTE]
105-
> The connection options for this data provider and ODBC driver are the same whether SQL Server is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
106-
107112
## Connect to SQL Server with the Microsoft OLE DB Provider for SQL Server or SQL Server Native Client
108113

109114
> [!IMPORTANT]

docs/integration-services/import-export-data/connect-to-an-access-data-source-sql-server-import-and-export-wizard.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Connect to an Access Data Source (SQL Server Import and Export Wizard) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/07/2017"
4+
ms.date: "06/20/2017"
55
ms.prod: "sql-server-2016"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -18,29 +18,30 @@ manager: "jhubbard"
1818
# Connect to an Access Data Source (SQL Server Import and Export Wizard)
1919
This topic shows you how to connect to a **Microsoft Access** data source from the **Choose a Data Source** or **Choose a Destination** page of the SQL Server Import and Export Wizard.
2020

21-
The following screen shot shows a sample connection to a Microsoft Access database. The target database doesn't use a workgroup information file, so you don't have to enter a user name and password.
21+
The following screen shot shows a sample connection to a Microsoft Access database. In this example, you don't have to enter a user name and password, because the target database doesn't use a workgroup information file.
2222

2323
![Connect to Access](../../integration-services/import-export-data/media/connect-to-access.jpg)
2424

25+
## Options to specify
26+
2527
> [!NOTE]
2628
> The connection options for this data provider are the same whether Access is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
2729
28-
## Options to specify
2930
**Data source**
3031
The list of data providers may contain several entries for Microsoft Access. Select the latest installed version, or the version that corresponds to the version of Access that created the database file.
3132

32-
|Data source|Office version(s)|
33+
|Data source|Office version|
3334
|-------|-------|
3435
|Microsoft Access (Microsoft.ACE.OLEDB.16.0)|Office 2016|
3536
|Microsoft Access (Microsoft.ACE.OLEDB.15.0)|Office 2013|
3637
|Microsoft Access (Microsoft Access Database Engine)|Office 2010 and Office 2007|
37-
|Microsoft Access (Microsoft Jet Database Engine)|Office versions prior to Office 2007|
38-
39-
If you have a problem when you specify a version, try specifying a different version, even an earlier version. For example, you may not be able to install the Office 2016 data providers because you have a Microsoft Office 365 subscription. You can only install the data providers for Access 2016 and Excel 2016 with a desktop version of Microsoft Office. In this case, you can specify Access 2013 instead of Access 2016. The two versions of the provider are functionally equivalent. This limitation of the Office 2016 runtime is mentioned in [this blog post](https://blogs.office.com/2015/12/16/access-2016-runtime-is-now-available-for-download/).
38+
|Microsoft Access (Microsoft Jet Database Engine)|Office versions earlier than Office 2007|
4039

4140
> [!IMPORTANT]
4241
> You may have to download and install additional files to connect to the version of Access that you select. See [Get the files you need to connect to Access](#officeDownloads) on this page for more info.
4342
43+
If you have a problem when you specify a version, try specifying a different version, even an earlier version. For example, you may not be able to install the Office 2016 data providers because you have a Microsoft Office 365 subscription. You can only install the data providers for Access 2016 and Excel 2016 with a desktop version of Microsoft Office. In this case, you can specify Access 2013 instead of Access 2016. The two versions of the provider are functionally equivalent. This limitation of the Office 2016 runtime is mentioned in [this blog post](https://blogs.office.com/2015/12/16/access-2016-runtime-is-now-available-for-download/).
44+
4445
**File name**
4546
Specify the path and file name for the Access file. For example, **C:\\MyData.mdb** for a file on the local computer, or **\\\\Sales\\Database\\Northwind.mdb** for a file on a network share. Or, click **Browse**.
4647

@@ -61,11 +62,6 @@ If the database is protected with a single password for all users, see [Is the d
6162
**Advanced**
6263
Specify advanced options, such as the database password or a non-default workgroup information file, in the **Data Link Properties** dialog box.
6364

64-
## Keep your autonumber values when you export from Access
65-
Choose the **Enable identity insert** option in the **Column Mappings** dialog box to allow existing identity values in the source data to be inserted into an identity column in the destination table. By default, the destination identity column typically does not allow this. To show the **Column Mappings** dialog box, select **Edit mappings** when you reach the **Select Source Tables and Views** page of the wizard. To take a look at these pages, see [Select Source Tables and Views](../../integration-services/import-export-data/select-source-tables-and-views-sql-server-import-and-export-wizard.md) and [Column Mappings](../../integration-services/import-export-data/column-mappings-sql-server-import-and-export-wizard.md).
66-
67-
If your existing primary keys are in an identity column, an autonumber column, or the equivalent, you typically have to select this option to keep your existing primary key values. Otherwise the destination identity column typically assigns new values.
68-
6965
## I don't see Access in the list of data sources
7066
If you don't see Access in the list of data sources, are you running the 64-bit wizard? The providers for Excel and Access are typically 32-bit and aren't visible in the 64-bit wizard. Run the 32-bit wizard instead.
7167

@@ -88,13 +84,20 @@ In some cases, an Access database is password-protected, but isn't using a workg
8884

8985
1. On the **Choose a Data Source** or **Choose a Destination** page, click the **Advanced** button to open the **Data Link Properties** dialog box.
9086
2. In the **Data Link Properties** dialog box, select the **All** tab.
91-
3. In the list of properties and values, select **Jet OLEDB:Database Password**.
87+
3. In the list of properties and values, select **Jet OLEDB:Database Password**.
88+
9289
![Specify Access password, screen 1](../../integration-services/import-export-data/media/specify-access-password-screen-1.jpg)
93-
4. Click **Edit Value** to open the **Edit Property Value** dialog box.
90+
4. Click **Edit Value** to open the **Edit Property Value** dialog box.
91+
9492
![Specify Access password, screen 2](../../integration-services/import-export-data/media/specify-access-password-screen-2.jpg)
9593
5. In the **Edit Property Value** dialog box, enter the database password.
9694
6. Click **OK** in each dialog box to return to the **Choose a Data Source** or **Choose a Destination** page of the wizard and continue.
9795

96+
## Keep your autonumber values when you export from Access
97+
To allow existing identity values in the source data to be inserted into an identity column in the destination table, choose the **Enable identity insert** option in the **Column Mappings** dialog box. By default, the destination identity column typically doesn't let you insert existing values. To show the **Column Mappings** dialog box, select **Edit mappings** when you reach the **Select Source Tables and Views** page of the wizard. To look at these pages, see [Select Source Tables and Views](../../integration-services/import-export-data/select-source-tables-and-views-sql-server-import-and-export-wizard.md) and [Column Mappings](../../integration-services/import-export-data/column-mappings-sql-server-import-and-export-wizard.md).
98+
99+
If your existing primary keys are in an identity column, an autonumber column, or the equivalent, you typically have to select this option to keep your existing primary key values. Otherwise the destination identity column typically assigns new values.
100+
98101
## See also
99102
[Choose a Data Source](../../integration-services/import-export-data/choose-a-data-source-sql-server-import-and-export-wizard.md)
100103
[Choose a Destination](../../integration-services/import-export-data/choose-a-destination-sql-server-import-and-export-wizard.md)

docs/integration-services/import-export-data/connect-to-an-excel-data-source-sql-server-import-and-export-wizard.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Connect to an Excel Data Source (SQL Server Import and Export Wizard) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/17/2017"
4+
ms.date: "06/20/2017"
55
ms.prod: "sql-server-2016"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -22,13 +22,16 @@ The following screen shot shows a sample connection to a Microsoft Excel workboo
2222

2323
![Excel connection](../../integration-services/import-export-data/media/excel-connection.png)
2424

25+
## Options to specify
26+
2527
> [!NOTE]
2628
> The connection options for this data provider are the same whether Excel is your source or your destination. That is, the options you see are the same on both the **Choose a Data Source** and the **Choose a Destination** pages of the wizard.
27-
## Options to specify
29+
2830
**Excel file path**
2931
Specify the path and file name for the Excel file. For example:
3032
- For a file on the local computer, **C:\\MyData.xlsx**.
3133
- For a file on a network share, **\\\\Sales\\Database\\Northwind.xlsx**.
34+
3235
Or, click **Browse**.
3336

3437
**Browse**
@@ -40,19 +43,19 @@ Or, click **Browse**.
4043
**Excel version**
4144
Select the version of Excel that's used by the source workbook.
4245

43-
If you have a problem when you specify a version, try specifying a different version, even an earlier version. For example, you may not be able to install the Office 2016 data providers because you have a Microsoft Office 365 subscription. You can only install the data providers for Excel 2016 and Access 2016 with a desktop version of Microsoft Office. In this case, you can specify Excel 2013 instead of Excel 2016. The two versions of the provider are functionally equivalent. This limitation of the Office 2016 runtime is mentioned in [this blog post](https://blogs.office.com/2015/12/16/access-2016-runtime-is-now-available-for-download/).
44-
4546
> [!IMPORTANT]
4647
> You may have to download and install additional files to connect to the version of Excel that you select. See [Get the files you need to connect to Excel](#officeDownloads) on this page for more info.
4748
49+
If you have a problem when you specify a version, try specifying a different version, even an earlier version. For example, you may not be able to install the Office 2016 data providers because you have a Microsoft Office 365 subscription. You can only install the data providers for Excel 2016 and Access 2016 with a desktop version of Microsoft Office. In this case, you can specify Excel 2013 instead of Excel 2016. The two versions of the provider are functionally equivalent. This limitation of the Office 2016 runtime is mentioned in [this blog post](https://blogs.office.com/2015/12/16/access-2016-runtime-is-now-available-for-download/).
50+
4851
**First row has column names**
4952
Indicate whether the first row of the data contains column names.
5053
- If the data doesn't contain column names but you enable this option, the wizard treats the first row of source data as the column names.
5154
- If the data contains column names but you disable this option, the wizard treats the row of column names as the first row of data.
5255

53-
If you specify that the data doesn't have column names, the wizard uses F1, F2, and so forth as column headings.
56+
If you specify that the data doesn't have column names, the wizard uses F1, F2, and so forth, as column headings.
5457

55-
## I don't see Excel in the list
58+
## I don't see Excel in the list of data sources
5659
If you don't see Excel in the list of data sources, are you running the 64-bit wizard? The providers for Excel and Access are typically 32-bit and aren't visible in the 64-bit wizard. Run the 32-bit wizard instead.
5760

5861
## <a name="officeDownloads"></a>Get the files you need to connect to Excel

0 commit comments

Comments
 (0)