Showing posts with label protocol. Show all posts
Showing posts with label protocol. Show all posts

Thursday, February 16, 2012

Accessing SQL Server via TELNET?

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?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/
"Jeff Johnson [MVP: VB]" <i.get@.enough.spam> wrote in message
news:OTL2Bx3cFHA.2760@.tk2msftngp13.phx.gbl...
> 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?
>

Accessing SQL Server via TELNET?

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?
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/
"Jeff Johnson [MVP: VB]" <i.get@.enough.spam> wrote in message
news:OTL2Bx3cFHA.2760@.tk2msftngp13.phx.gbl...
> 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?
>