I’m running sqlcmd
to connect to SQL Server. One issue I see is the deadlock from SQL query is returning a 0 exit status on a Unix machine, which is incorrect.
Is there a way to capture the exact exit status, I’m using a Unix server.
2
I’m running sqlcmd
to connect to SQL Server. One issue I see is the deadlock from SQL query is returning a 0 exit status on a Unix machine, which is incorrect.
Is there a way to capture the exact exit status, I’m using a Unix server.
2