You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integration-services/import-export-data/connect-to-a-mysql-data-source-sql-server-import-and-export-wizard.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Connect to a MySQL Data Source (SQL Server Import and Export Wizard) | Microsoft Docs"
3
3
ms.custom: ""
4
-
ms.date: "03/16/2017"
4
+
ms.date: "06/20/2017"
5
5
ms.prod: "sql-server-2016"
6
6
ms.reviewer: ""
7
7
ms.suite: ""
@@ -27,6 +27,9 @@ Download the providers and drivers described in this topic from the [MySQL Conne
27
27
## Connect to MySQL with the .Net Framework Data Provider for MySQL
28
28
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.
29
29
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
+
30
33
|Required info|.Net Framework Data Provider for MySQL property|
31
34
|---|---|
32
35
|Server name|**Server**|
@@ -39,9 +42,6 @@ You don't have to enter the connection string in the **ConnectionString** field
39
42
40
43

41
44
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
-
45
45
## Connect to MySQL with the MySQL ODBC driver
46
46
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.
47
47
@@ -50,6 +50,10 @@ Here's the generic screen that you see immediately after selecting the .NET Fram
50
50

51
51
52
52
### 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
+
53
57
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.
54
58
55
59
> [!TIP]
@@ -83,9 +87,6 @@ Here's the screen that you see after entering the connection string.
83
87
84
88

85
89
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
-
89
90
## Other data providers and more info
90
91
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.
Copy file name to clipboardExpand all lines: docs/integration-services/import-export-data/connect-to-a-postgresql-data-source-sql-server-import-and-export-wizard.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ Here's the generic screen that you see immediately after selecting the .NET Fram
39
39

40
40
41
41
### 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
+
42
46
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.
43
47
44
48
> [!TIP]
@@ -75,9 +79,6 @@ Here's the screen that you see after entering the connection string.
75
79
76
80

77
81
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
-
81
82
## Other data providers and more info
82
83
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.
Copy file name to clipboardExpand all lines: docs/integration-services/import-export-data/connect-to-a-sql-server-data-source-sql-server-import-and-export-wizard.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ This topic shows you how to connect to a **Microsoft SQL Server** data source fr
24
24
## Connect to SQL Server with the .NET Framework Data Provider for SQL Server
25
25
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.
26
26
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
+
27
30
|Required info|.Net Framework Data Provider for SQL Server property|
28
31
|---|---|
29
32
|Server name|**Data Source**|
@@ -32,10 +35,11 @@ After you select **.NET Framework Data Provider for SQL Server** on the **Choose
32
35
33
36

34
37
38
+
### Options to specify (.NET Framework Data Provider for SQL Server)
39
+
35
40
> [!NOTE]
36
41
> 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.
37
42
38
-
### Options to specify (.NET Framework Data Provider for SQL Server)
39
43
**Data Source**
40
44
Enter the name or IP address of the source or destination server, or select a server from the drop-down list.
41
45
@@ -64,6 +68,10 @@ Here's the generic screen that you see immediately after selecting the .NET Fram
64
68

65
69
66
70
### 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
+
67
75
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.
68
76
69
77
> [!TIP]
@@ -101,9 +109,6 @@ Here's the screen that you see after entering the connection string.
101
109
102
110

103
111
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
-
107
112
## Connect to SQL Server with the Microsoft OLE DB Provider for SQL Server or SQL Server Native Client
Copy file name to clipboardExpand all lines: docs/integration-services/import-export-data/connect-to-an-access-data-source-sql-server-import-and-export-wizard.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Connect to an Access Data Source (SQL Server Import and Export Wizard) | Microsoft Docs"
3
3
ms.custom: ""
4
-
ms.date: "03/07/2017"
4
+
ms.date: "06/20/2017"
5
5
ms.prod: "sql-server-2016"
6
6
ms.reviewer: ""
7
7
ms.suite: ""
@@ -18,29 +18,30 @@ manager: "jhubbard"
18
18
# Connect to an Access Data Source (SQL Server Import and Export Wizard)
19
19
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.
20
20
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.
22
22
23
23

24
24
25
+
## Options to specify
26
+
25
27
> [!NOTE]
26
28
> 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.
27
29
28
-
## Options to specify
29
30
**Data source**
30
31
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.
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/).
> 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.
43
42
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
+
44
45
**File name**
45
46
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**.
46
47
@@ -61,11 +62,6 @@ If the database is protected with a single password for all users, see [Is the d
61
62
**Advanced**
62
63
Specify advanced options, such as the database password or a non-default workgroup information file, in the **Data Link Properties** dialog box.
63
64
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
-
69
65
## I don't see Access in the list of data sources
70
66
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.
71
67
@@ -88,13 +84,20 @@ In some cases, an Access database is password-protected, but isn't using a workg
88
84
89
85
1. On the **Choose a Data Source** or **Choose a Destination** page, click the **Advanced** button to open the **Data Link Properties** dialog box.
90
86
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**.
5. In the **Edit Property Value** dialog box, enter the database password.
96
94
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.
97
95
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
+
98
101
## See also
99
102
[Choose a Data Source](../../integration-services/import-export-data/choose-a-data-source-sql-server-import-and-export-wizard.md)
100
103
[Choose a Destination](../../integration-services/import-export-data/choose-a-destination-sql-server-import-and-export-wizard.md)
Copy file name to clipboardExpand all lines: docs/integration-services/import-export-data/connect-to-an-excel-data-source-sql-server-import-and-export-wizard.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Connect to an Excel Data Source (SQL Server Import and Export Wizard) | Microsoft Docs"
3
3
ms.custom: ""
4
-
ms.date: "02/17/2017"
4
+
ms.date: "06/20/2017"
5
5
ms.prod: "sql-server-2016"
6
6
ms.reviewer: ""
7
7
ms.suite: ""
@@ -22,13 +22,16 @@ The following screen shot shows a sample connection to a Microsoft Excel workboo
> 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
+
28
30
**Excel file path**
29
31
Specify the path and file name for the Excel file. For example:
30
32
- For a file on the local computer, **C:\\MyData.xlsx**.
31
33
- For a file on a network share, **\\\\Sales\\Database\\Northwind.xlsx**.
34
+
32
35
Or, click **Browse**.
33
36
34
37
**Browse**
@@ -40,19 +43,19 @@ Or, click **Browse**.
40
43
**Excel version**
41
44
Select the version of Excel that's used by the source workbook.
42
45
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
-
45
46
> [!IMPORTANT]
46
47
> 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.
47
48
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
+
48
51
**First row has column names**
49
52
Indicate whether the first row of the data contains column names.
50
53
- 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.
51
54
- 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.
52
55
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.
54
57
55
-
## I don't see Excel in the list
58
+
## I don't see Excel in the list of data sources
56
59
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.
57
60
58
61
## <aname="officeDownloads"></a>Get the files you need to connect to Excel
0 commit comments