tsql -H 192.168.20.244 -p 1433 -U sa -P 123 -D E7_8200 <<EOF
select count(*) from DmsOpenRecord where ID>$1
go
EOF
