Code: Select all
Line \([0-9]+\)
Code: Select all
Msg 207, Level 16, State 1, Server DEBTOR0003, Line 1
Invalid column name 'DL_C_BAILIFF_FEE_CLIENT_TOTAL_PAYABLE'.
Msg 207, Level 16, State 1, Server DEBTOR0003, Line 1
Invalid column
Yet I keep getting the message "Cannot jump to item under cursor"
For those interested in shelling OSQL from Textpad, here's the parameter list:
Code: Select all
-Uusername -Ppassword -Sservername -w16384 -ddatabasename -i$File -n -e
Code: Select all
usage: osql [-U login id] [-P password]
[-S server] [-H hostname] [-E trusted connection]
[-d use database name] [-l login timeout] [-t query timeout]
[-h headers] [-s colseparator] [-w columnwidth]
[-a packetsize] [-e echo input] [-I Enable Quoted Identifiers]
[-L list servers] [-c cmdend] [-D ODBC DSN name]
[-q "cmdline query"] [-Q "cmdline query" and exit]
[-n remove numbering] [-m errorlevel]
[-r msgs to stderr] [-V severitylevel]
[-i inputfile] [-o outputfile]
[-p print statistics] [-b On error batch abort]
[-O use Old ISQL behavior disables the following]
<EOF> batch processing
Auto console width scaling
Wide messages
default errorlevel is -1 vs 1
[-? show syntax summary]