Viewing 2 posts - 1 through 2 (of 2 total)
Eventual command used and yes it is run from a linux shell script. Used egrep to strip out the information messages.
"${UTIL_DIR}/SQLCMD -H ${HOSTNAME} -S${HOST\INSTANCE} -dtempdb -U${USER} -P${PWD} -m-1 -i ${LOAD_FILE}...
February 8, 2023 at 1:56 am
#4146816
I found the answer and it's to use the -m-1 flag it does produce other dross that needs to be cleaned out of the log but it does show the...
February 2, 2023 at 1:30 am
#4144475