You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jTDS seems to report the wrong process id to the mssql server when connecting via tcp/ip. It seems to always report "123" when it should report the real process id.
jTDS seems to report the wrong process id to the mssql server when connecting via tcp/ip. It seems to always report "123" when it should report the real process id.
not sure how to solve, a quick search leads to
http://stackoverflow.com/questions/35842/how-can-a-java-program-get-its-own-process-id
to reproduce, let jTDS connect to mssql and then use this query:
SELECT hostprocess FROM sys.sysprocesses WHERE dbid > 0 hostprocess='123'
The text was updated successfully, but these errors were encountered: