sbbrown9924
Technical User
I am building a page that has three parameters on it - a social workers name, start date and end date. I am writing a report that has several statistics such as "how many days during the month did the worker work?", "how many patients did the worker see"? "What kind of interventions did the worker provide"? "What was the cost/benefit of the services the worker provided to the hospital?" So I've had to build several queries on this page. Each one must use the 3 parameters to limit the query to the date range and the worker who performed the services. Would this be a good use of a stored procedure - instead of having to parameterize every query?