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: azure-sql/public-data-sets.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ Browse this list of public data sets for data that you can use to prototype and
27
27
|[Airline flight delays and other transportation data](https://www.transtats.bts.gov/OT_Delay/OT_DelayCause1.asp)| "The U.S. Department of Transportation's (DOT) Bureau of Transportation Statistics (BTS) tracks the on-time performance of domestic flights operated by large air carriers. Summary information on the number of on-time, delayed, canceled, and diverted flights appears ... in summary tables posted on this website." | Files are in CSV format. |
28
28
|[Traffic fatalities - US Fatality Analysis Reporting System (FARS)](https://www.nhtsa.gov/FARS)| "FARS is a nationwide census providing NHTSA, Congress, and the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes." | "Create your own fatality data run online by using the FARS Query System. Or download all FARS data from 1975 to present from the FTP Site." |
29
29
|[Toxic chemical data - EPA Toxicity ForeCaster (ToxCast™) data](https://www.epa.gov/chemical-research/toxicity-forecaster-toxcasttm-data)| "EPA's most updated, publicly available high-throughput toxicity data on thousands of chemicals. This data is generated through the EPA's ToxCast research effort." | Data sets are available in various formats including spreadsheets, R packages, and MySQL database files. |
30
-
|[Toxic chemical data - NIH Tox21 Data Challenge 2014](https://tripod.nih.gov/tox21)| "The 2014 Tox21 data challenge is designed to help scientists understand the potential of the chemicals and compounds being tested through the Toxicology in the 21st Century initiative to disrupt biological pathways in ways that may result in toxic effects." | Data sets are available in SMILES and SDF formats. The data provides "assay activity data and chemical structures on the Tox21 collection of ~10,000 compounds (Tox21 10K)." |
31
30
|[Biotechnology and genome data from the NCBI](https://www.ncbi.nlm.nih.gov/guide/data-software/)| Multiple data sets covering genes, genomes, and proteins. | Data sets are in text, XML, BLAST, and other formats. A BLAST app is available. |
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
+33-27Lines changed: 33 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,79 +3,84 @@ title: "Connect to a MySQL Data Source (SQL Server Import and Export Wizard)"
3
3
description: "Connect to a MySQL Data Source (SQL Server Import and Export Wizard)"
4
4
author: chugugrace
5
5
ms.author: chugu
6
-
ms.date: 06/29/2020
6
+
ms.reviewer: maghan
7
+
ms.date: 05/31/2024
7
8
ms.service: sql
8
9
ms.subservice: integration-services
9
10
ms.topic: conceptual
10
11
---
11
12
# Connect to a MySQL Data Source (SQL Server Import and Export Wizard)
This article shows you how to connect to an **MySQL** data source from the **Choose a Data Source** or **Choose a Destination** page of the SQL Server Import and Export Wizard. There are several data providers that you can use to connect to MySQL.
15
17
16
-
This topic shows you how to connect to an **MySQL** data source from the **Choose a Data Source** or **Choose a Destination** page of the SQL Server Import and Export Wizard. There are several data providers that you can use to connect to MySQL.
17
-
18
-
> [!IMPORTANT]
18
+
> [!IMPORTANT]
19
19
> The detailed requirements and prerequisites for connecting to a MySQL database are beyond the scope of this Microsoft article. This article assumes that you already have MySQL client software installed and that you can already connect successfully to the target MySQL database. For more info, consult your MySQL database administrator or the MySQL documentation.
20
20
21
21
## Get the MySQL connectors
22
-
Download the providers and drivers described in this topic from the [MySQL Connectors](https://dev.mysql.com/downloads/connector/) page.
23
22
24
-
## Connect to MySQL with the .Net Framework Data Provider for MySQL
23
+
Download the providers and drivers described in this article from the [MySQL Connectors](https://dev.mysql.com/downloads/connector/) page.
24
+
25
+
## Connect to MySQL with the .NET Framework Data Provider for MySQL
26
+
25
27
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.
26
28
27
-
> [!NOTE]
29
+
> [!NOTE]
28
30
> 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.
29
31
30
-
|Required info|.Net Framework Data Provider for MySQL property|
31
-
|---|---|
32
-
|Server name|**Server**|
33
-
|Database name|**Database**|
34
-
|Authentication (login) info|**User Id** and **Password**|
32
+
|Required info| .NET Framework Data Provider for MySQL property|
33
+
|---|---|
34
+
|Server name|**Server**|
35
+
|Database name|**Database**|
36
+
|Authentication (login) info|**User Id** and **Password**|
35
37
36
-
You don't have to enter the connection string in the **ConnectionString** field of the list. After you enter individual values for the MySQL server name (**Server**) and login info, the wizard assembles the connection string from the individual properties and their values.
38
+
You don't have to enter the connection string in the **ConnectionString** field of the list. After you enter individual values for the MySQL server name (**Server**) and login info, the wizard assembles the connection string from the individual properties and their values.
37
39
38
-

40
+
:::image type="content" source="media/connect-to-a-mysql-data-source-sql-server-import-and-export-wizard/connect-to-mysql-with-the-net-provider-1-of-2.png" alt-text="Connect to MySQL with the .NET provider, 1 of 2.":::
39
41
40
-

42
+
:::image type="content" source="media/connect-to-a-mysql-data-source-sql-server-import-and-export-wizard/connect-to-mysql-with-the-net-provider-2-of-2.png" alt-text="Connect to MySQL with the .NET provider, 2 of 2.":::
41
43
42
44
## Connect to MySQL with the MySQL ODBC driver
43
-
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.
45
+
46
+
ODBC drivers aren't listed in the dropdown 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.
44
47
45
48
Here's the generic screen that you see immediately after selecting the .NET Framework Data Provider for ODBC.
46
49
47
-

50
+
:::image type="content" source="../../integration-services/import-export-data/media/connect-to-sql-with-odbc-before.jpg" alt-text="Connect to SQL with ODBC before.":::
48
51
49
52
### Options to specify (MySQL ODBC Driver)
50
53
51
-
> [!NOTE]
54
+
> [!NOTE]
52
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.
53
56
54
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.
55
58
56
-
> [!TIP]
57
-
> Get help assembling a connection string that's just right. Or, instead of providing a connection string, provide an existing DSN (data source name) or create a new one. For more info about these options, see [Connect to an ODBC Data Source](../../integration-services/import-export-data/connect-to-an-odbc-data-source-sql-server-import-and-export-wizard.md).
59
+
> [!TIP]
60
+
> Get help assembling a connection string that's just right. Or, instead of providing a connection string, provide an existing DSN (data source name) or create a new one. For more info about these options, see [Connect to an ODBC Data Source](connect-to-an-odbc-data-source-sql-server-import-and-export-wizard.md).
Enter the connection string in the **ConnectionString** field, or enter the DSN name in the **Dsn** field, on the **Choose a Data Source** or **Choose a Destination** page. After you enter the connection string, the wizard parses the string and displays the individual properties and their values in the list.
80
85
81
86
The following example uses this connection string.
Here's the screen that you see after entering the connection string.
88
93
89
-

94
+
:::image type="content" source="media/connect-to-a-mysql-data-source-sql-server-import-and-export-wizard/connect-to-mysql-with-odbc.png" alt-text="Connect to MySQL with ODBC.":::
90
95
91
96
## Other data providers and more info
97
+
92
98
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.
93
99
94
-
## See also
95
-
[Choose a Data Source](../../integration-services/import-export-data/choose-a-data-source-sql-server-import-and-export-wizard.md)
96
-
[Choose a Destination](../../integration-services/import-export-data/choose-a-destination-sql-server-import-and-export-wizard.md)
100
+
## Related content
97
101
102
+
-[Choose a Data Source](choose-a-data-source-sql-server-import-and-export-wizard.md)
103
+
-[Choose a Destination](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-a-postgresql-data-source-sql-server-import-and-export-wizard.md
+27-20Lines changed: 27 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,71 +3,77 @@ title: "Connect to a PostgreSQL Data Source (SQL Server Import and Export Wizard
3
3
description: "Connect to a PostgreSQL Data Source (SQL Server Import and Export Wizard)"
4
4
author: chugugrace
5
5
ms.author: chugu
6
-
ms.date: 06/29/2020
6
+
ms.reviewer: maghan
7
+
ms.date: 05/30/2024
7
8
ms.service: sql
8
9
ms.subservice: integration-services
9
10
ms.topic: conceptual
10
11
---
11
-
# Connect to a PostgreSQL Data Source (SQL Server Import and Export Wizard)
This topic shows you how to connect to a **PostgreSQL** data source from the **Choose a Data Source** or **Choose a Destination** page of the SQL Server Import and Export Wizard.
17
+
This article shows you how to connect to a **PostgreSQL** data source from the **Choose a Data Source** or **Choose a Destination** page of the SQL Server Import and Export Wizard.
17
18
18
-
> [!IMPORTANT]
19
+
> [!IMPORTANT]
19
20
> The detailed requirements and prerequisites for connecting to a PostgreSQL database are beyond the scope of this Microsoft article. This article assumes that you already have PostgreSQL client software installed and that you can already connect successfully to the target PostgreSQL database. For more info, consult your PostgreSQL database administrator or the PostgreSQL documentation.
20
21
21
22
## Get the PostgreSQL ODBC driver
22
23
23
24
### Install the ODBC driver with Stack Builder
25
+
24
26
Run Stack Builder to add the PostgreSQL ODBC driver (psqlODBC) to your installation of PostgreSQL.
25
27
26
-

28
+
:::image type="content" source="media/connect-to-a-postgresql-data-source-sql-server-import-and-export-wizard/install-postgresql-odbc-with-stack-builder.png" alt-text="Install PostgreSQL ODBC with Stack Builder.":::
29
+
30
+
### Latest ODBC driver
27
31
28
-
### Or, download the latest ODBC driver
29
-
Or, download the Windows installer for the latest version of the PostgreSQL ODBC driver (psqlODBC) directly from this FTP site - [https://www.postgresql.org/ftp/odbc/versions/msi/](https://www.postgresql.org/ftp/odbc/versions/msi/). Extract the files from the .zip file and run the .msi file.
32
+
Download the Windows installer for the latest version of the [PostgreSQL ODBC driver](https://odbc.postgresql.org/).
30
33
31
34
## Connect to PostgreSQL with the PostgreSQL ODBC driver (psqlODBC)
32
-
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.
35
+
36
+
ODBC drivers aren't listed in the dropdown 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.
33
37
34
38
Here's the generic screen that you see immediately after selecting the .NET Framework Data Provider for ODBC.
35
39
36
-

40
+
:::image type="content" source="media/connect-to-a-postgresql-data-source-sql-server-import-and-export-wizard/connect-to-sql-with-odbc-before.jpg" alt-text="Connect to PostgreSQL with ODBC before.":::
37
41
38
42
### Options to specify (PostgreSQL ODBC driver)
39
43
40
-
> [!NOTE]
44
+
> [!NOTE]
41
45
> 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.
42
46
43
47
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.
44
48
45
-
> [!TIP]
46
-
> Get help assembling a connection string that's just right. Or, instead of providing a connection string, provide an existing DSN (data source name) or create a new one. For more info about these options, see [Connect to an ODBC Data Source](../../integration-services/import-export-data/connect-to-an-odbc-data-source-sql-server-import-and-export-wizard.md).
49
+
> [!TIP]
50
+
> Get help assembling a connection string that's just right. Or, instead of providing a connection string, provide an existing DSN (data source name) or create a new one. For more info about these options, see [Connect to an ODBC Data Source](connect-to-an-odbc-data-source-sql-server-import-and-export-wizard.md).
47
51
48
52
**Driver**
49
53
The name of the ODBC driver - either **PostgreSQL ODBC Driver(UNICODE)** or **PostgreSQL ODBC Driver(ANSI)**.
50
54
51
55
**Server**
52
-
The name of the PostgreSQL server.
56
+
The name of the PostgreSQL server.
53
57
54
58
**Port**
55
59
The port to use to connect to the PostgreSQL server.
56
60
57
61
**Database**
58
62
The name of the PostgreSQL database.
59
63
60
-
**Uid** and **Pwd**
64
+
**Uid** and **Pwd**
61
65
The **Uid** (user id) and **Pwd** (password) to connect.
Enter the connection string in the **ConnectionString** field, or enter the DSN name in the **Dsn** field, on the **Choose a Data Source** or **Choose a Destination** page. After you enter the connection string, the wizard parses the string and displays the individual properties and their values in the list.
72
78
73
79
The following example uses this connection string.
Here's the screen that you see after entering the connection string.
80
86
81
-

87
+
:::image type="content" source="media/connect-to-a-postgresql-data-source-sql-server-import-and-export-wizard/connect-to-postgresql-with-odbc.png" alt-text="Connect to PostgreSQL with ODBC.":::
82
88
83
89
## Other data providers and more info
90
+
84
91
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.
85
92
86
-
## See also
87
-
[Choose a Data Source](../../integration-services/import-export-data/choose-a-data-source-sql-server-import-and-export-wizard.md)
88
-
[Choose a Destination](../../integration-services/import-export-data/choose-a-destination-sql-server-import-and-export-wizard.md)
93
+
## Related content
89
94
95
+
-[Choose a Data Source](choose-a-data-source-sql-server-import-and-export-wizard.md)
96
+
-[Choose a Destination](choose-a-destination-sql-server-import-and-export-wizard.md)
0 commit comments