Viewing 15 posts - 16 through 30 (of 59 total)
I am easily able to format the date when it is in a character format; however, I want to convert from its original format interger field to a datetime time...
June 15, 2009 at 10:32 am
I'm sorry I don't remember how we fixed it. Its working now. I'm thinking it had something to do with deteting the user in the database list of users. Sorry...
June 15, 2009 at 9:53 am
The date will always be in the format YYMMDD. I was looking simpler than what you posted.
June 11, 2009 at 4:59 pm
I tried running the SSRS on the domain account and I get the same result. Additionally, I tried using OLEDB but also ended up with the same result.
Does anyone...
May 21, 2009 at 3:22 pm
I switched the service to use a domain admin account. I know get the following message:
An error has occurred during report processing. (rsProcessingAborted)
Cannot create a connection to data source 'BPMF41'....
May 20, 2009 at 4:36 pm
The report service is set to use the local service account. I am also able to navigate to the directory that has the text file without having to put in...
May 20, 2009 at 3:36 pm
Do you have a better solutions?
-Dave
April 23, 2009 at 12:25 pm
I subtracted 8 hours using a dateadd(hh,-8, column).
April 21, 2009 at 9:53 am
I figured it out.
Thank you.
April 21, 2009 at 8:55 am
I seemed to have fixed it. The issue was really cheesy. Even though it said the report server virtual directory, it wasn't. So after I created it, everything started popping...
April 15, 2009 at 5:01 pm
Hi Gift:
I tried all three a none of them worked. I think what I'll do is apply all the latest Microsoft pathes to see if that changes anything. I...
April 15, 2009 at 9:23 am
Thanks for your help. I knew there was a better way to do it.
Thanks again:-),
Dave
April 8, 2009 at 8:32 am
Thanks! This is what I came up with.
Let me know what you think.
WHERE dtStartTimeStamp >= CONVERT(varchar(10),DATEADD(day,-1, GETDATE()),20) + ' 00:00:00.000' AND dtStartTimeStamp <= CONVERT(varchar(10),DATEADD(day,-1, GETDATE()),20) + ' 23:59:59.000'
April 7, 2009 at 5:42 pm
That's what I was looking for. I think I can manage using Windows scheduler.
Thanks for you help.
Dave:-)
March 26, 2009 at 10:55 am
It is working. Thanks to all you who participated.
February 20, 2009 at 4:36 pm
Viewing 15 posts - 16 through 30 (of 59 total)