Skip to content

Commit f76b6b6

Browse files
committed
Addressed all blocking issues
1 parent 57c7205 commit f76b6b6

8 files changed

Lines changed: 293 additions & 288 deletions

File tree

docs/azure-data-studio/quickstart-mysql.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: intro-quickstart, ignite-2022
1212

1313
# Quickstart: Use Azure Data Studio to connect and query MySQL (Preview)
1414

15-
This quickstart shows how to use Azure Data Studio to connect to a MySQL server (hosted on-premises, on VMs, on managed MySQL in other clouds or on Azure Database for MySQL - FLexible Server), create a database, and use SQL statements to insert and query data in the database.
15+
This quickstart shows how to use Azure Data Studio to connect to a MySQL server (hosted on-premises, on VMs, on managed MySQL in other clouds or on Azure Database for MySQL - Flexible Server), create a database, and use SQL statements to insert and query data in the database.
1616

1717
## Prerequisites
1818

@@ -29,7 +29,7 @@ To complete this quickstart, you need Azure Data Studio, the MySQL extension for
2929

3030
1. Start **Azure Data Studio**.
3131

32-
2. The first time you start Azure Data Studio the **Connection** dialog opens. If the **Connection** dialog doesn't open, click the **New Connection** icon on the **SERVERS** view in the **Connections** tab:
32+
2. The first time you start Azure Data Studio the **Connection** dialog opens. If the **Connection** dialog doesn't open, select the **New Connection** icon on the **SERVERS** view in the **Connections** tab:
3333

3434
:::image type="content" source="media/quickstart-mysql/new-connection-icon.png" alt-text="Screenshot of new connection icon in the Servers sidebar.":::
3535

@@ -42,14 +42,14 @@ To complete this quickstart, you need Azure Data Studio, the MySQL extension for
4242
| Setting | Example value | Description |
4343
| ------------ | ------------------ | ------------------------------------------------- |
4444
| **Server name** | localhost / exampleserver.mysql.database.azure.con | The fully qualified server name. |
45-
| **User name** | mysqluser | The user name you want to log in with. |
46-
| **Password (SQL Login)** | *password* | The password for the user account you are logging in with. |
45+
| **User name** | mysqluser | The user name you want to sign in with. |
46+
| **Password (SQL Login)** | *password* | The password for the user account you're logging in with. |
4747
| **Remember Password** | *Check* | Check this box if you don't want to enter the password each time you connect. |
4848
| **Database name** | \<Default\> | Enter a database name if you want the connection to specify a database. |
4949
| **Server group** | \<Default\> | This option lets you assign this connection to a specific server group you create. |
5050
| **Name (optional)** | *leave blank* | This option lets you specify a friendly name for your server. |
5151

52-
5. If your MySQL server requires SSL encryptions, navigate to **Advanced Properties** window by selecting **Advanced...** button, enter the SSL configuration details and select **OK**. By default, SSL mode is configured as *Require*. For more details on SSL encryption and modes, see [Configuring MySQL to Use Encrypted Connections](https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html).
52+
5. If your MySQL server requires SSL encryptions, navigate to **Advanced Properties** window by selecting **Advanced...** button, enter the SSL configuration details and select **OK**. By default, SSL mode is configured as *Require*. For more information on SSL encryption and modes, see [Configuring MySQL to Use Encrypted Connections](https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html).
5353

5454
6. Review the connection details and select **Connect**.
5555

@@ -67,7 +67,7 @@ The following steps will create a database named **tutorialdb**:
6767
CREATE DATABASE tutorialdb;
6868
```
6969

70-
3. From the toolbar select **Run** to execute the query. Notifications appear in the **MESSAGES** pane to show query progress.
70+
3. From the toolbar, select **Run** to execute the query. Notifications appear in the **MESSAGES** pane to show query progress.
7171

7272
>[!TIP]
7373
> You can use **F5** on your keyboard to execute the statement instead of using **Run**.
@@ -101,7 +101,7 @@ After the query completes, right-click **Databases** under your MySQL server in
101101

102102
## Insert data
103103

104-
Paste the following snippet into the query window and click **Run**:
104+
Paste the following snippet into the query window and select **Run**:
105105

106106
```sql
107107
-- Insert rows into table 'customers'

docs/database-engine/install-windows/media/upgrade-power-pivot-for-sharepoint/as-powepivot-upgrade-flow-sharepoint2010.png renamed to docs/database-engine/install-windows/media/upgrade-power-pivot-for-sharepoint/as-power-pivot-upgrade-flow-sharepoint-2010.png

File renamed without changes.

docs/database-engine/install-windows/media/upgrade-power-pivot-for-sharepoint/as-powepivot-upgrade-flow-sharepoint2013.png renamed to docs/database-engine/install-windows/media/upgrade-power-pivot-for-sharepoint/as-power-pivot-upgrade-flow-sharepoint-2013.png

File renamed without changes.

docs/database-engine/install-windows/upgrade-power-pivot-for-sharepoint.md

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

docs/integration-services/data-flow/teradata-connector.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,98 +10,102 @@ ms.technology: integration-services
1010
ms.topic: conceptual
1111
---
1212

13-
# Microsoft connector for Teradata (SSIS)
13+
# Microsoft Connector for Teradata (SSIS)
1414

1515
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
1616

17-
Microsoft connector for Teradata enables exporting data from and load data into Teradata databases in an SSIS package.
17+
Microsoft Connector for Teradata enables exporting and loading data into Teradata databases in an SSIS package.
1818

1919
This new connector supports databases with 1MB-enabled tables.
2020

2121
## Version support
2222

23-
The following Microsoft SQL Server products are supported by Microsoft Connector for Teradata:
23+
Microsoft Connector supports the following Microsoft SQL Server products for Teradata:
2424

2525
- Microsoft SQL Server 2019
2626
- Microsoft SQL Server Data Tools (SSDT) 15.8.1 or later for Visual Studio 2017
2727
- Microsoft SQL Server Data Tools (SSDT) for Visual Studio 2019
2828

29-
Microsoft connector for Teradata uses ODBC Driver for Teradata and Teradata Parallel Transporter shipped with Teradata Tools and Utilities (TTU). Supported TTU versions are 16.20 and 17.10.
29+
Microsoft Connector for Teradata uses ODBC Driver for Teradata, and Teradata Parallel Transporter shipped with Teradata Tools and Utilities (TTU). Supported TTU versions are 16.20 and 17.10.
3030

3131
## Installation
3232

3333
Install TTU from [Teradata site](https://downloads.teradata.com/download/database/teradata-tools-and-utilities-13-10). Make sure that ODBC Driver for Teradata and Teradata Parallel Transporter features is selected during the installation.
3434

35-
To install the connector for Teradata database, download and run the installer from [the latest version of Microsoft connector for Teradata](https://www.microsoft.com/download/details.aspx?id=100599). Then follow the directions in the installation wizard.
35+
To install the connector for the Teradata database, download and run the installer from [the latest version of Microsoft connector for Teradata](https://www.microsoft.com/download/details.aspx?id=100599). Then follow the directions in the installation wizard.
3636

37-
After you install the connector, you must restart the SQL Server Integration Service to be sure that the Teradata source and destination works correctly.
37+
After you install the connector, you must restart the SQL Server Integration Service to be sure that the Teradata source and destination work correctly.
3838

3939
## Design and execute SSIS packages
4040

41-
Microsoft Connector for Teradata provides similar user experience with Attunity Teradata Connector. User can design new packages based on previous experience, using SSDT for VS 2017 or VS 2019, with *targeting SQL server 2019*.
41+
Microsoft Connector for Teradata provides a similar user experience to Attunity Teradata Connector. Users can design new packages based on previous experience, using SSDT for VS 2017 or VS 2019, with *targeting SQL server 2019*.
4242

4343
Teradata source and destination are under Common category.
4444

4545
:::image type="content" source="media/teradata-connector/teradata-component.png" alt-text="Screenshot the Teradata Component.":::
4646

47-
Teradata connection manager is displayed as "TERADATA".
47+
Teradata connection manager is displayed as "TERADATA."
4848

4949
:::image type="content" source="media/teradata-connector/teradata-connection-manager-type.png" alt-text="Screenshot of the Teradata connection manager type":::
5050

51-
Existing SSIS packages that have been designed with Attunity Teradata Connector will be automatically upgraded to use Microsoft Connector for Teradata. The icons will be changed as well.
51+
Existing SSIS packages designed with Attunity Teradata Connector will be automatically upgraded to use Microsoft Connector for Teradata. The icons will be changed as well.
5252

53-
To execute SSIS package *targeting SQL Server 2017 and below*, you'll need to install **Microsoft Connector for Teradata by Attunity** with corresponding version from below link:
53+
To execute the SSIS package *targeting SQL Server 2017 and below*, you'll need to install **Microsoft Connector for Teradata by Attunity** with corresponding version from the below link:
5454

5555
- [SQL Server 2017: Microsoft Connector Version 5.0 for Teradata by Attunity](https://www.microsoft.com/download/details.aspx?id=55179)
5656
- [SQL Server 2016: Microsoft Connector Version 4.0 for Teradata by Attunity](https://www.microsoft.com/download/details.aspx?id=52950)
5757
- [SQL Server 2014: Microsoft Connector Version 3.0 for Teradata by Attunity](https://www.microsoft.com/download/details.aspx?id=44582)
5858
- [SQL Server 2012: Microsoft Connector Version 2.0 for Teradata by Attunity](https://www.microsoft.com/download/details.aspx?id=29283)
5959

60-
To design SSIS package in SSDT *targeting SQL Server 2017 and below*, you'll need to have **Microsoft Connector for Teradata** and install **Microsoft Connector for Teradata by Attunity** with corresponding version.
60+
To design the SSIS package in SSDT *targeting SQL Server 2017 and below*, you'll need to have **Microsoft Connector for Teradata** and install **Microsoft Connector for Teradata by Attunity** with the corresponding version.
6161

62-
## Limitations and known issues
62+
## Limitations and known issues
6363

64-
- Teradata Source/Destination Editor, **Default database** property doesn't take effective. As work-around, type database name in dropdown box to filter table or view.
64+
- Teradata Source/Destination Editor, **Default database** property doesn't take effect. As a workaround, type the database name in dropdown box to filter table or view.
6565

66-
- Teradata Source/Destination Editor, Mapping step doesn't work when type `\<database>.<table/view>`. As work-around, type `\<database>.<table/view>`, then select the drop-down button.
66+
- Teradata Source/Destination Editor, Mapping step doesn't work when type `\<database>.<table/view>`. As work-around, type `\<database>.<table/view>`, then select the drop-down button.
6767

68-
- Teradata Source Editor, view can't be displayed when Data access mode is "Table Name – TPT Export". As work-around, use Advanced Editor of Teradata Source.
68+
- Teradata Source Editor, view can't be displayed when Data access mode is "Table NameTPT Export." As work-around, use Advanced Editor of Teradata Source.
6969

70-
- Teradata Destination, attribute "PackMaximum" can't be set to "True". Otherwise, error will occur.
70+
- Teradata Destination, attribute "PackMaximum" can't be set to "True." Otherwise, error will occur.
7171

7272
- Teradata Source always reads columns in the order as they're defined in the table. ODBC, on the other hand, requires columns be read in a specific order in certain circumstances [Getting Long Data](../../odbc/reference/develop-app/getting-long-data.md) and [SQLGetData](../../relational-databases/native-client-odbc-api/sqlgetdata.md). When the two orders don't match, read fails with error message "Invalid descriptor index, descriptor record doesn't exist, or descriptor record wasn't properly initialized."
7373

74-
- Installing a new version over an old installation won't remove the old version entry from the installed program list. While this doesn't impact functioning of the new version, user can manually uninstall the old version in control panel "Programs, and Features" to get rid of the old version entry.
74+
- Installing a new version over an old installation won't remove the old version entry from the installed program list. While this doesn't impact functioning of the new version, user can manually uninstall the old version in the control panel "Programs, and Features" to get rid of the old version entry.
7575

7676
## Uninstallation
7777

78-
You can run uninstall wizard to remove **Microsoft connector for Teradata**.
78+
You can uninstall wizard to remove **Microsoft connector for Teradata**.
7979

8080
## Release Notes
8181

8282
### Rev. 233
8383

84-
**Bugfixes**
84+
**Bug fixes**
85+
8586
- In a newly created Teradata Connection Manager, some required connection string properties like `DRIVER` aren't populated by default.
8687

8788
### Rev. 225
8889

8990
**New Features**
91+
9092
- Add support for TTU 17.10.
9193

92-
**Bugfixes**
93-
- Incorrect data may be loaded by Teradata Source under certain circumstances.
94-
- Default error table in Teradata Destination is incorrectly named and may not be created in the database of destination table.
94+
**Bug fixes**
95+
96+
- Teradata Source may load incorrect data under certain circumstances.
97+
- Default error table in Teradata Destination is incorrectly named and may not be created in the database of the destination table.
9598
- Options specified in the connection string property of Teradata Connection Manager may not be picked up and therefore don't take effect.
9699

97100
### Rev. 197
98101

99-
**Bugfixes**
100-
- When reading empty string data, Teradata Source would fail with error message "An error occurred when converting string to target codepage."
102+
**Bug fixes**
103+
104+
- When reading empty string data, Teradata Source would fail with the error message "An error occurred when converting string to target codepage."
101105

102106
## Next steps
103107

104108
- Configure [Teradata connection manager](teradata-connection-manager.md)
105109
- Configure [Teradata source](teradata-source.md)
106110
- Configure [Teradata destination](teradata-destination.md)
107-
- If you have questions, visit [Tech Community](https://aka.ms/AA6iwdw).
111+
- If you have questions, visit [Tech Community](https://aka.ms/AA6iwdw)

0 commit comments

Comments
 (0)