tsql -H 192.168.20.244 -p 1433 -U sa -P 123 -D E7_8200 <<EOF
select $2 from DmsOpenRecord where ID=$1
go
EOF
