Viewing 15 posts - 121 through 135 (of 140 total)
I contacted the vendor to inquire on how the app is converting the seconds to datetime and his response is.....
The app doesnt recognize if it is daylight savings or not,...
July 1, 2008 at 8:32 am
I am a visual person. Would you mind showing me examples of how I would incorporate this into the script above?
June 26, 2008 at 8:50 am
Jeff Moden (6/25/2008)
June 26, 2008 at 8:09 am
Jeff Moden (6/24/2008)
Do you have a time zone column somewhere?
If you mean do we store the time zone in a table then I would have to say no (unless its...
June 25, 2008 at 8:10 am
Carl Federl (6/24/2008)
June 24, 2008 at 2:52 pm
I was able to figure out how to do #1 by adding a table to that cell. Anyone know if #2 is possible?
June 12, 2008 at 3:54 pm
Ok, I was able to do a workaround by totaling up the rows in SQL instead of SRS, however, now I have 2 more issues. The attachment is part...
June 12, 2008 at 2:34 pm
noeld (6/11/2008)
declare @mindate datetime, @maxdate datetime
select @mindate = left(convert(char(10),dateadd(m,-2,getdate()),112),6) + '01'
select @maxdate...
June 11, 2008 at 2:02 pm
One more thing, if either reg_hrs or reg_ern is NULL, I want to display zero. I used ISNULL but it still output NULL. How can I accomplish this?
SELECT...
May 15, 2008 at 12:36 pm
Jason Selburg (5/14/2008)
Try this instead.
SELECT
a.name
,reg_hrs
...
May 14, 2008 at 10:08 am
Matt Miller (5/14/2008)
is250sp (5/14/2008)
Jason Selburg (5/14/2008)
Are you using SQL 2005?Compatibility Level set to 90?
The db is on 2000, but I am using Management Studio 2005 to query. Where do...
May 14, 2008 at 10:05 am
Viewing 15 posts - 121 through 135 (of 140 total)