Microsoft SQL Server

Added on Jun 2024
924 Visits
2 Upvotes

About Microsoft SQL Server

All SQL Server actions are conveyed to it via a Microsoft-defined format known as Tabular Data Stream (TDS). TDS is an application layer protocol that allows data to be sent from a database server to a client. TDS packets can be wrapped in various physical transport dependant protocols. TDS packets were first created and built by Sybase Inc. in 1984 for their Sybase SQL Server relational database engine, and then by Microsoft in Microsoft SQL Server.