GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TSQL(FreeTDS) FreeTDS (freetds reference manual) TSQL(FreeTDS)

tsql
utility to test FreeTDS connections and queries

tsql {-S servername [-I interface] | -H hostname [-L] [-p port]} [-D dbname] [-U username] [-P password] [-o options]

tsql -C

tsql is a FreeTDS diagnostic tool. It uses the TDS protocol to connect to a Sybase or Microsoft SQL Server, and lets the user issue queries. tsql does not use the FreeTDS client libraries. Instead, it uses only the lowest level library, libtds, to test the protocol implementation.

tsql can be run in two ways, one which uses the freetds.conf and one which connects directly using the server's hostname and port. The -H and -p parameters are provided to let the user verify a server is listening on the named host and port. These parameters override any configuration files and environment variables. The -S parameter can be used to test the local configuration. FreeTDS will use freetds.conf (or equivalent) and environment variables in the normal way to determine the server's IP address and port. You can use -I to specify a filename, overriding FreeTDS's configuration file search algorithm.

servername
database server to which to connect.
dbname
database to use.
interface
freetds.conf or interfaces file describing servername.
hostname
DNS hostname of the server.
port
port at which SQL Server is listening.
username
database login name. If username is not provided, a domain login is attempted for TDS 7+ connections.
password
database password.
list Microsoft server instances (with -H).
print some of the compile-time configuration parameters.
options
apply the options specified to every command.
No footer [result count]
No header [titles]
Print time
Print version
Quiet
appname
application name.
colterm
column terminator.
rowterm
row terminator.
rowterm
row terminator.
charset
character set.
verbose mode.

If you can connect with ‘tsql -S servername’,your basic FreeTDS installation is working.

Typing ‘exit’,‘quit’,or ‘bye’ (or ^D) exits tsql.

Typing ‘version’ displays the TDS protocol version.

Command batches may be separated with ‘go’ or ‘GO’.If ‘GO’ the version string is reported before executing the batch.

After prompting for the password (if not provided with -P), tsql will attempt to connect to the remote server. tsql displays a counter indicating the number of seconds elapsed during the connection attempt. Typically, tsql immediately responds with a ‘1>’ prompt. If you see the counter (1, 2, 3, ...), most likely tsql is unable to connect to the indicated server.

tsql is not a replacement for a complete isql such as sqsh (www.sqsh.org). If you have suggestions for ways to make tsql more useful as a diagnostic tool, please post them to the FreeTDS mailing list for consideration.

tsql first appeared in FreeTDS 0.60.

The tsql utility was written by Brian Bruns.

Several, to be sure, now that it's documented. :)
March 25, 2015 FreeTDS dev.1.3.40

Search for    or go to Top of page |  Section F |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.