Skip to content

Commit ba1ce7e

Browse files
authored
Merge pull request #324 from lBilali/patch-2
Update mssql.md
2 parents 8c3d3cd + 682e7b7 commit ba1ce7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/databases/mssql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By adding `encrypt=true` to connection uri parameter, SQLServer will use SSL enc
1414
import connectorx as cx
1515
conn = 'mssql://username:password@server:port/database?encrypt=true&trusted_connection=true' # connection token
1616
query = 'SELECT * FROM table' # query string
17-
cx.read_sql(conn, query) # read data from BigQuery
17+
cx.read_sql(conn, query) # read data from MsSQL
1818
```
1919

2020
### SQLServer-Pandas Type Mapping
@@ -57,4 +57,4 @@ cx.read_sql(conn, query) # read data from
5757

5858
<p align="center"><img alt="memory chart" src="https://raw.githubusercontent.com/sfu-db/connector-x/main/assets/mssql-mem.png"/></p>
5959

60-
In conclusion, ConnectorX uses **3x** less memory and **14x** less time compared with Pandas.
60+
In conclusion, ConnectorX uses **3x** less memory and **14x** less time compared with Pandas.

0 commit comments

Comments
 (0)