You are on page 1of 1

#!

/bin/ksh
$isql -U$1 -S$2 -P$3 <<- EOF >${MSSG_PATH}${STEP}.${JOB}.error
use $DATABASE_COE
go
select * into tempdb..build_ticket_co from BUILD_TICKET where 1=2
go
EOF

You might also like