Skip to content

Commit 6fc8e99

Browse files
committed
squash
1 parent 4d625ef commit 6fc8e99

11 files changed

Lines changed: 105 additions & 94 deletions

azure-sql/public-data-sets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Browse this list of public data sets for data that you can use to prototype and
2727
| [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. |
2828
| [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." |
2929
| [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)." |
3130
| [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. |
3231

3332
## Other statistical and scientific data

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

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,79 +3,84 @@ title: "Connect to a MySQL Data Source (SQL Server Import and Export Wizard)"
33
description: "Connect to a MySQL Data Source (SQL Server Import and Export Wizard)"
44
author: chugugrace
55
ms.author: chugu
6-
ms.date: 06/29/2020
6+
ms.reviewer: maghan
7+
ms.date: 05/31/2024
78
ms.service: sql
89
ms.subservice: integration-services
910
ms.topic: conceptual
1011
---
1112
# Connect to a MySQL Data Source (SQL Server Import and Export Wizard)
1213

13-
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
14+
[!INCLUDE [sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1415

16+
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.
1517

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]
1919
> 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.
2020
2121
## 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.
2322

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+
2527
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.
2628

27-
> [!NOTE]
29+
> [!NOTE]
2830
> 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.
2931
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** |
3537

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.
3739

38-
![Connect to MySQL with the .NET provider, 1 of 2](../../integration-services/import-export-data/media/connect-to-mysql-with-the-net-provider-1-of-2.png)
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.":::
3941

40-
![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)
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.":::
4143

4244
## 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.
4447

4548
Here's the generic screen that you see immediately after selecting the .NET Framework Data Provider for ODBC.
4649

47-
![Connect to SQL with ODBC before](../../integration-services/import-export-data/media/connect-to-sql-with-odbc-before.jpg)
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.":::
4851

4952
### Options to specify (MySQL ODBC Driver)
5053

51-
> [!NOTE]
54+
> [!NOTE]
5255
> 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.
5356
5457
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.
5558

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).
5861
5962
**Driver**
6063
The name of the ODBC driver.
6164

6265
**Server**
63-
The name of the MySQL server.
66+
The name of the MySQL server.
6467

6568
**Database**
6669
The name of the MySQL database.
6770

68-
**UID** and **PWD**
71+
**UID** and **PWD**
6972
The user ID and password to connect.
7073

7174
### Connection string format
75+
7276
Here's the format of a typical connection string.
7377

7478
```console
7579
Driver={MySQL ODBC 5.3 Unicode Driver};Server=<server>;Database=<database>;UID=<user id>;PWD=<password>
7680
```
7781

7882
### Enter the connection string
83+
7984
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.
8085

8186
The following example uses this connection string.
@@ -86,12 +91,13 @@ Driver={MySQL ODBC 5.3 Unicode Driver};Server=127.0.0.1;Database=world;UID=root;
8691

8792
Here's the screen that you see after entering the connection string.
8893

89-
![Connect to MySQL with ODBC](../../integration-services/import-export-data/media/connect-to-mysql-with-odbc.png)
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.":::
9095

9196
## Other data providers and more info
97+
9298
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.
9399

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
97101

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)

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

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,71 +3,77 @@ title: "Connect to a PostgreSQL Data Source (SQL Server Import and Export Wizard
33
description: "Connect to a PostgreSQL Data Source (SQL Server Import and Export Wizard)"
44
author: chugugrace
55
ms.author: chugu
6-
ms.date: 06/29/2020
6+
ms.reviewer: maghan
7+
ms.date: 05/30/2024
78
ms.service: sql
89
ms.subservice: integration-services
910
ms.topic: conceptual
1011
---
11-
# Connect to a PostgreSQL Data Source (SQL Server Import and Export Wizard)
1212

13-
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
13+
# Connect to a PostgreSQL Data Source (SQL Server Import and Export Wizard)
1414

15+
[!INCLUDE [sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1516

16-
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.
1718

18-
> [!IMPORTANT]
19+
> [!IMPORTANT]
1920
> 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.
2021
2122
## Get the PostgreSQL ODBC driver
2223

2324
### Install the ODBC driver with Stack Builder
25+
2426
Run Stack Builder to add the PostgreSQL ODBC driver (psqlODBC) to your installation of PostgreSQL.
2527

26-
![Install PostgreSQL ODBC with Stack Builder](../../integration-services/import-export-data/media/install-postgresql-odbc-with-stack-builder.png)
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
2731

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/).
3033

3134
## 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.
3337

3438
Here's the generic screen that you see immediately after selecting the .NET Framework Data Provider for ODBC.
3539

36-
![Connect to PostgreSQL with ODBC before](../../integration-services/import-export-data/media/connect-to-sql-with-odbc-before.jpg)
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.":::
3741

3842
### Options to specify (PostgreSQL ODBC driver)
3943

40-
> [!NOTE]
44+
> [!NOTE]
4145
> 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.
4246
4347
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.
4448

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).
4751
4852
**Driver**
4953
The name of the ODBC driver - either **PostgreSQL ODBC Driver(UNICODE)** or **PostgreSQL ODBC Driver(ANSI)**.
5054

5155
**Server**
52-
The name of the PostgreSQL server.
56+
The name of the PostgreSQL server.
5357

5458
**Port**
5559
The port to use to connect to the PostgreSQL server.
5660

5761
**Database**
5862
The name of the PostgreSQL database.
5963

60-
**Uid** and **Pwd**
64+
**Uid** and **Pwd**
6165
The **Uid** (user id) and **Pwd** (password) to connect.
6266

6367
### Connection string format
64-
Here's the format of a typical connection string.
68+
69+
Here's the format of a typical connection string.
6570

6671
```console
6772
Driver={PostgreSQL ODBC Driver(UNICODE)};Server=<server>;Port=<port>;Database=<database>;UID=<user id>;PWD=<password>
6873
```
6974

7075
### Enter the connection string
76+
7177
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.
7278

7379
The following example uses this connection string.
@@ -78,12 +84,13 @@ Driver={PostgreSQL ODBC Driver(UNICODE)};Server=127.0.0.1;Port=5432;Database=pos
7884

7985
Here's the screen that you see after entering the connection string.
8086

81-
![Connect to PostgreSQL with ODBC](../../integration-services/import-export-data/media/connect-to-postgresql-with-odbc.png)
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.":::
8288

8389
## Other data providers and more info
90+
8491
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.
8592

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
8994

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)
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)