+---------------------------------------+---------------------------------------+
| Microsoft SQL Server (via python-tds) | sqlalchemy-tds_ |
+---------------------------------------+---------------------------------------+
+| Microsoft SQL Server (via turbodbc) | sqlalchemy-turbodbc_ |
++---------------------------------------+---------------------------------------+
| MonetDB | sqlalchemy-monetdb_ |
+---------------------------------------+---------------------------------------+
| SAP Hana | sqlalchemy-hana_ |
.. _gsheets: https://github.com/betodealmeida/gsheets-db-api
.. _sqlalchemy-firebird: https://github.com/pauldex/sqlalchemy-firebird
.. _sqlalchemy-cockroachdb: https://github.com/cockroachdb/sqlalchemy-cockroachdb
+.. _sqlalchemy-turbodbc: https://pypi.org/project/sqlalchemy-turbodbc/
:name: Microsoft SQL Server
+.. _mssql_external_dialects:
+
+External Dialects
+-----------------
+
+In addition to the above DBAPI layers with native SQLAlchemy support, there
+are third-party dialects for other DBAPI layers that are compatible
+with SQL Server. See the "External Dialects" list on the
+:ref:`dialect_toplevel` page.
+
.. _mssql_identity:
Auto Increment Behavior / IDENTITY Columns