What is the simplest way to create a client application(in c++/c#) to communicate with the SQL Server? Since Iam a new-bie and very eager to know how this Database server is managing its connections, requests and responses. I have tried TELNET with the following command assuming that, I can open the connection and write to it.
TELNET <server> <port>
But the command ends up with a black screen only. Please provide your comments as well as any helpful links.
Playing with HTTP connections was fun, since there was web-browser inspectors(like firebug) to help me:), but here I think things are much difficult & different, (Or if such a tool exists to log TCP connections?)