Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISQL output 1

Status
Not open for further replies.

extempore

Programmer
Jun 1, 2001
71
0
0
US
How can I get a tab delimited output if I run ISQL...Can someone help me with the syntax.

Thanks
 
The option you want is -s column separator. Just insert a TAB character immediately following the -s on your command line.

Code:
usage: isql [-b] [-e] [-F] [-p] [-n] [-v] [-X] [-Y]
        [-a display_charset] [-A packet_size] [-c cmdend] [-D database]
        [-E editor [-h header [-H hostname [-i inputfile]
        [-I interfaces_file] [-J client_charset] [-K keytab_file]
        [-l login_timeout] [-m errorlevel] [-M labelname labelvalue]
        [-o outputfile] [-P password] [-R remote_server_principal]
        [-s col_separator] [-S server_name] [-t timeout] [-U username]
        [-V [security_options]] [-w column_width] [-z localename]
        [-Z security_mechanism]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top