Solved it, using wireshark we can see MSSQL is responding that it can't find the stored procedure, the solution is to remove the ";1" from the stored procedure name and it works perfectly.
- Log in to post comments
Solved it, using wireshark we can see MSSQL is responding that it can't find the stored procedure, the solution is to remove the ";1" from the stored procedure name and it works perfectly.