Viewing 13 posts - 1 through 13 (of 13 total)
Thank you for your information. It sounds like you understand what I need. I will need to talk with someone at the host location in order to figure...
July 13, 2011 at 8:22 am
Thank you for your reply.
Both locations have SQL Server 2008 database. My location uses the BI tools SSRS, SSIS, SSAS.
Microsoft .NET framework.
What I need to do is create reports from...
July 12, 2011 at 2:53 pm
Well, its weird actually the above format is not the cause. It seems to be only happening with a specific row or type of row. The logic is the...
May 27, 2011 at 4:15 pm
Thanks.
Actually this is working but there was a change to the hours format and some hours have a 0 in front and some do not. ie 04:15 ...
May 27, 2011 at 2:18 pm
Thanks.
Input from a database table:
WorkTimes
Hoursworked nvarchar(24) ( sample of hours:minutes data- 04:28)
create table #ExtraHoursRevised (
hoursworked datetime)
insert into #ExtraHoursRevised
select Hoursworked
from WorkTimes
I need the datetime definition...
May 27, 2011 at 11:52 am
Thank you. This works well it I disply seconds. The problem of rounding is still an issue. I do not want to have seconds and when I remove...
May 19, 2011 at 3:25 pm
Thank You very much for the suggestions.
May 19, 2011 at 2:23 pm
OK Thanks! I appreciate the information.
May 16, 2011 at 4:32 pm
Viewing 13 posts - 1 through 13 (of 13 total)