If I have a text query in visual studio EXEC DCC_SPP_GetPeopleByDepartment @Department
how can i declare the @Department to be varchar (8000) ?
I tried declaring it in the stored procedure, but when I deploy the report, the query fails as it's looking at the text query.