found by @v-suhame
if run PreparedStatement.getParameterMetaData() with */ select top 10 NAME from table, the SQLServerException is thrown twice
com.microsoft.sqlserver.jdbc.SQLServerException: com.microsoft.sqlserver.jdbc.SQLServerException: Unable to identify the table */ select top 1 NAME from BigDe0 for the metadata.
found by @v-suhame
if run
PreparedStatement.getParameterMetaData()with*/ select top 10 NAME from table, the SQLServerException is thrown twice