Viewing 3 posts - 1 through 3 (of 3 total)
Here is the query I use to pull the execution data for reporting, we use this for report usage tracking:
SELECT
CL.Name AS ReportName, CL.Path AS ReportLocation, CL.Description AS ReportDescription,
REPLACE(U.UserNAme,'CROSSMARK\','')...
February 9, 2011 at 1:19 pm
Yes, it is the last parameter in the selection.
What I have done today is, I have added a pattern search parameter which is an optional field. So for clients who...
July 30, 2009 at 12:08 pm
We are using a stored proc and the input parameter is the client name, most clients have only a few hundred projects so the multi-value works fine. However there is...
July 30, 2009 at 7:46 am
Viewing 3 posts - 1 through 3 (of 3 total)