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
# Insert data from a SQL table into a Python pandas dataframe
18
18
[!INCLUDE[SQL Server SQL DB SQL MI FabricSQLDB](../../includes/applies-to-version/sql-asdb-asdbmi-fabricsqldb.md)]
19
19
20
-
This article describes how to insert SQL data into a [pandas](https://pandas.pydata.org/) dataframe using the [mssql-python](/sql/connect/python/mssql-python/python-sql-driver-mssql-python) driver in Python. The rows and columns of data contained within the dataframe can be used for further data exploration.
20
+
This article describes how to insert SQL data into a [pandas](https://pandas.pydata.org/) dataframe using the [mssql-python](../../connect/python/mssql-python/python-sql-driver-mssql-python.md) driver in Python. The rows and columns of data contained within the dataframe can be used for further data exploration.
[!INCLUDE [SQL Server SQL DB SQL MI FabricSQLDB](../../includes/applies-to-version/sql-asdb-asdbmi-fabricsqldb.md)]
20
20
21
-
This article describes how to insert a [pandas](https://pandas.pydata.org/) dataframe into a SQL database using the [mssql-python](/sql/connect/python/mssql-python/python-sql-driver-mssql-python) driver in Python.
21
+
This article describes how to insert a [pandas](https://pandas.pydata.org/) dataframe into a SQL database using the [mssql-python](../../connect/python/mssql-python/python-sql-driver-mssql-python.md) driver in Python.
In order to prevent a man-in-the-middle attack with `strict` connection encryption, users can't set the `TrustServerCertificate` option to `true` and allow any certificate the server provided. Instead, users would use the `HostNameInCertificate` option to specify the certificate `ServerName` that should be trusted. The certificate supplied by the server would need to pass the certificate validation. For more information on certificate validation, see [Certificate requirements for SQL Server](../../../database-engine/configure-windows/certificate-requirements.md)
108
108
@@ -119,4 +119,3 @@ The following options are added to connection strings to encrypt communication:
119
119
## Related content
120
120
121
121
-[Connect to SQL Server with strict encryption](connect-with-strict-encryption.md)
Copy file name to clipboardExpand all lines: docs/t-sql/data-types/vector-data-type.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ Example of selecting **vector** data from a table:
390
390
391
391
### [Python](#tab/python)
392
392
393
-
This sample is using Python with the [mssql-python driver](/sql/connect/python/mssql-python/python-sql-driver-mssql-python). Applications can write and read vector data using `json.loads` and `json.dumps`:
393
+
This sample is using Python with the [mssql-python driver](../../connect/python/mssql-python/python-sql-driver-mssql-python.md). Applications can write and read vector data using `json.loads` and `json.dumps`:
Copy file name to clipboardExpand all lines: docs/tools/whats-happening-azure-data-studio.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,6 @@ For import, export, and assessment work:
40
40
- Use [SqlPackage](sqlpackage/sqlpackage.md) and the [Data-tier Application (Preview)](visual-studio-code-extensions/mssql/mssql-data-tier-application.md) for DACPAC tasks, or use bulk insert and PowerShell for flat-file import.
41
41
- Run the [migration assessment](../sql-server/azure-arc/migration-assessment.md) for SQL Server enabled by Azure Arc.
42
42
43
-
### [Data analyst](#tab/analyst)
44
-
45
-
Install the [Polyglot Notebooks extension in Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) to continue working with interactive Transact-SQL + Markdown notebooks.
46
-
47
43
### [Cross-database developer](#tab/xplat)
48
44
49
45
Replace Azure Data Studio extensions with their Visual Studio Code equivalents:
@@ -125,10 +121,9 @@ Azure Data Studio users have diverse needs, from connecting to Azure SQL databas
125
121
| Database administration | Tools for managing databases on Windows. |[SQL Server Management Studio (SSMS)](/sql/ssms/)|
126
122
| Schema | Compare and synchronize database schemas. | SQL Server Data Tools (SSDT). In development for MSSQL extension for Visual Studio Code. |
127
123
| Flat-file import | Import `.txt` and `.csv` files into databases. | Bulk insert / PowerShell. In development for MSSQL extension for Visual Studio Code. |
| SQL Server assessment | Assess an existing SQL Server data estate to prepare for migration. |[Assess migration readiness with SQL Server enabled by Azure Arc](/sql/sql-server/azure-arc/migration-assessment). |
124
+
| DACPAC import/export | Deploy and extract DACPAC files. |[Data-tier Application (Preview)](visual-studio-code-extensions/mssql/mssql-data-tier-application.md) and SqlPackage CLI |
125
+
| SQL Server assessment | Assess an existing SQL Server data estate to prepare for migration. |[Assess migration readiness with SQL Server enabled by Azure Arc](../sql-server/azure-arc/migration-assessment.md). |
130
126
| Azure SQL migration | Migrate SQL Server to Azure SQL. | Alternative migration tools for [Azure SQL Managed Instance](/data-migration/sql-server/managed-instance/overview#migration-tools), [SQL Server on Azure VMs](/data-migration/sql-server/virtual-machines/overview#migrate), and [Azure SQL Database](/data-migration/sql-server/database/overview#migration-tools). |
131
-
| Notebooks | SQL + Markdown interactive documents. | Polyglot Notebooks in Visual Studio Code. |
132
127
| SQL Database Projects | Create, manage, and deploy SQL database projects. | Fully supported in the MSSQL extension for Visual Studio Code and Visual Studio. |
133
128
134
129
### Alternative Azure Data Studio capabilities
@@ -143,7 +138,7 @@ For users who relied on Azure Data Studio for non-SQL Server-related tasks (for
143
138
144
139
| Azure Data Studio extension | Description | Replacement |
145
140
| --- | --- | --- |
146
-
|**PostgreSQL**| Manage PostgreSQL databases. |[PostgreSQL extension for Visual Studio Code preview](/azure/postgresql/extensions/vs-code-extension/overview)|
141
+
|**PostgreSQL**| Manage PostgreSQL databases. |[PostgreSQL extension for Visual Studio Code](/azure/postgresql/extensions/vs-code-extension/overview)|
147
142
|**MySQL**| Manage MySQL databases. | Pending announcement |
148
143
|**Azure Cosmos DB**| Manage Azure Cosmos DB API for MongoDB. |[Azure Databases for Visual Studio Code](/azure/cosmos-db/visual-studio-code-extension)|
149
144
|**Azure Cosmos DB Migration for MongoDB**| Migrate MongoDB to Azure Cosmos DB. | Pending announcement |
0 commit comments