Different results with cfstoredproc and cfquery
问题 When I execute a stored proc via cfstoredproc , I am getting a different result than calling that stored proc via cfquery . I am passing in the same exact parameter values to each call. And also, when I run the stored proc in SQL Studio, I get the correct results (same as the cfquery). Here's the cfstoredproc call <cfstoredproc datasource="#request.mainDSN#" debug="#request.debug#" procedure="rankingresults"> <cfprocparam type="in" value="8652" CFSQLType="CF_SQL_INTEGER"> <cfprocparam type=