Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
376 changes: 218 additions & 158 deletions docs/server/ongoing-tasks/etl/sql.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/studio/database/tasks/import-data/import-from-sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ The configuration can then be exported and [reused](../../../../studio/database/

1. **SQL database driver**
Select one of the available database drivers:
* Microsoft SQL Server (System.Data.SqlClient)
* Microsoft SQL Server (Microsoft.Data.SqlClient)
* MySQL Server (MySqlConnector.MySqlConnectorFactory)
* MySqlConnector.MySqlConnectorFactory
* PostgreSQL (Npgsql)
* Oracle Database (Oracle.ManagedDataAccess.Client)
* DEPRECATED: MySQL Server (MySql.Data.MySqlClient)
2. **Connection string**
Provide a connection string to the data origin server.
E.g., the connection string for a local mySQL database can be:
Expand Down
379 changes: 219 additions & 160 deletions versioned_docs/version-6.2/server/ongoing-tasks/etl/sql.mdx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ The configuration can then be exported and [reused](../../../../studio/database/

1. **SQL database driver**
Select one of the available database drivers:
* Microsoft SQL Server (System.Data.SqlClient)
* Microsoft SQL Server (Microsoft.Data.SqlClient)
* MySQL Server (MySqlConnector.MySqlConnectorFactory)
* MySqlConnector.MySqlConnectorFactory
* PostgreSQL (Npgsql)
* Oracle Database (Oracle.ManagedDataAccess.Client)
* DEPRECATED: MySQL Server (MySql.Data.MySqlClient)
2. **Connection string**
Provide a connection string to the data origin server.
E.g., the connection string for a local mySQL database can be:
Expand Down
379 changes: 219 additions & 160 deletions versioned_docs/version-7.0/server/ongoing-tasks/etl/sql.mdx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ The configuration can then be exported and [reused](../../../../studio/database/

1. **SQL database driver**
Select one of the available database drivers:
* Microsoft SQL Server (System.Data.SqlClient)
* Microsoft SQL Server (Microsoft.Data.SqlClient)
* MySQL Server (MySqlConnector.MySqlConnectorFactory)
* MySqlConnector.MySqlConnectorFactory
* PostgreSQL (Npgsql)
* Oracle Database (Oracle.ManagedDataAccess.Client)
* DEPRECATED: MySQL Server (MySql.Data.MySqlClient)
2. **Connection string**
Provide a connection string to the data origin server.
E.g., the connection string for a local mySQL database can be:
Expand Down
Loading
Loading