[MXS-3291] SQL Server TDS Protocol Support Created: 2020-11-09 Updated: 2023-10-04 Resolved: 2023-10-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Protocol |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Anders Karlsson | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
The protocol that SQL Server use, that is inherited from Sybase, is called TDS (Tabular Data Stream) and is open, the specification is open there is even a open protocol stack (FreeTDS). Building a protocol plugin for MaxScale and adding a simple filter to handle basic SQL syntax differences would be a rather cool feature for SQL Server migrations. |
| Comments |
| Comment by markus makela [ 2022-09-09 ] |
|
Specification: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/b46a581a-39de-4745-b076-ec4dbb7d13ec |