Josh,
So you've built a report off a query that uses a multi-value parameter and you've defaulted the parameter to use every option from a dataset. This works fine for a few values, but when the multi-value parameter contains hundreds, the query is dreadfully slow!
The solution is to add a default value to ignore your parameter in the query...
Josh, you learned something cool or figured something difficult out relating to BI/SQL/C#/Programming/Etc. Therefore write it down here for easy recall!!!
Tuesday, September 30, 2014
Friday, September 19, 2014
SQL Get Column Data Counts Procedure
Josh,
So you are reviewing a data set and want to know the unique values of a column and how many times they occur in the table. Use this nifty procedure instead of re-writing it each time:
So you are reviewing a data set and want to know the unique values of a column and how many times they occur in the table. Use this nifty procedure instead of re-writing it each time:
Subscribe to:
Posts (Atom)