Groups | Blog | Home
all groups > sql server connect > june 2005 >

sql server connect : Accessing SQL Server via TELNET?


Jeff Johnson [MVP: VB]
6/17/2005 4:36:34 PM
Is the protocol for SQL Server available anywhere? In other words, if I
TELNET to my server on port 1433, can I issue raw commands right there like
I could with, say, SMTP or POP3?

Mike Epprecht (SQL MVP)
6/17/2005 10:49:12 PM
Hi

No. SQL Server uses to Tabular Data Stream (TDS) to talk. This involves
binary data transmission of data.
99% of TDS is not publicly documented.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike@epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

[quoted text, click to view]

AddThis Social Bookmark Button