surajkumar1@gmail.com schrieb:
Try -b option with set nocount on
isql -Usa -Sserver -b << eof
set nocount on
go
command
go
eof
or:
isql -U<login-P<pass-D<databae-S<server<<SQL | grep ""
select "", column1, column2
from table
go
SQL
or use awk/cut to process results instead of grep.