When calling a stored procedure with named parameters, the driver does an extra metadata lookup query per each invocation of the stored procedure call. The jTDS driver does not do any metadata lookup, even if parameters are set by name.
Also in case of Stored Procedure Call Stored Procedure directly without calling sp_executesql Ref #263
When calling a stored procedure with named parameters, the driver does an extra metadata lookup query per each invocation of the stored procedure call. The jTDS driver does not do any metadata lookup, even if parameters are set by name.
Also in case of Stored Procedure Call Stored Procedure directly without calling
sp_executesqlRef #263