Viewing 10 posts - 1 through 10 (of 10 total)
GilaMonster (10/1/2011)
giontech (10/1/2011)
October 1, 2011 at 5:41 pm
Actually I found out the databases were only invisible in object explorer, but visible in "New Query".
I went to new query, and did the following command on the db I...
October 1, 2011 at 12:20 pm
I managed to do it with a domain user, using IReportServerCredentials.
Still interested in knowing how to do it with an sql server user thou.
September 8, 2011 at 6:29 pm
Thanks! It worked!
Now one more question: Is it possible to put a timer after a process is executed (for example running a bat file), to make sure it finishes execution...
October 15, 2008 at 1:51 pm
I'm using SSRS, and I'm putting this in a matrix. I can do this too:
SELECT
DATE,
STATUS,
COUNT(1) [TOTAL]
FROM
TABLE
GROUP BY
DATE,STATUS
But then I don't get the control of each of the status...
May 22, 2008 at 9:17 pm
Yes I have tables like 'WRT_%', and I think I solved the left length problem by storing it in a variable.
May 22, 2008 at 6:12 am
I'm getting "Invalid length parameter passed to the SUBSTRING function.", also how would this be put into a stored procedure?
Thanks
May 21, 2008 at 7:09 pm
It worked! Thanks Alot!
Now I wonder if there is a way that reporting services can sum or average time.
May 8, 2008 at 7:48 pm
Viewing 10 posts - 1 through 10 (of 10 total)