We need to do some comparisons between two profiles, and I was hoping there was a way to pump the results of a sql query, either thru texis -s or tsql , that I can pipe to a text file. Is that possible?
Standard command line I/O redirection.
tsql "select ..." >somefile.txt