From my data set with ssrs I am calling a stored procedure. That stored procedure is passing two parameters. For some reason, it will not let me pass two parameters. I can pass one, just fine.
The error I get is "The value expression for the query @SchoolParameter contains an error"
I am using the code below to call the proc.
EXEC StudentInformationMart.dbo.sp_SchoolAttritionReport_GetStudentTenure_SchoolSpecific @SchoolParameter, @AcademicYear
THANK YOU FOR ANY HELP YOU CAN PROVIDE!!!!!
The error I get is "The value expression for the query @SchoolParameter contains an error"
I am using the code below to call the proc.
EXEC StudentInformationMart.dbo.sp_SchoolAttritionReport_GetStudentTenure_SchoolSpecific @SchoolParameter, @AcademicYear
THANK YOU FOR ANY HELP YOU CAN PROVIDE!!!!!