Viewing 8 posts - 1 through 8 (of 8 total)
Thanks again for the suggestions! Sean, I didn't do Insert statements because I wanted to give a larger dataset than I was willing to type out manually and I...
April 3, 2012 at 10:13 am
All great suggestions!
Leo, I can't use the GetGeoDistance function once because I need four different distances (unless I'm misunderstanding your post).
Lynn, I tried your functionality and that...
April 3, 2012 at 12:19 am
I *KNEW* someone here would be able to help! Although I haven't got it 100% licked just yet, I'm miles closer than I was before. Thank you, thank...
February 17, 2009 at 2:00 am
andrewd.smith (2/16/2009)
SELECT
START.Value AS StartTime,
STOP.Value AS StopTime,
...
February 16, 2009 at 5:55 pm
andrewd.smith (2/16/2009)
Are you sure you want 64 columns in the resultset?I think it might be simpler to return 1 row per 15 minute slot, i.e. 64 rows per day.
No, I'm...
February 16, 2009 at 5:30 pm
Steve Jones - Editor (2/16/2009)
I'm not sure what you mean with 64 columns. Are you saying a column for each 15 minute segment of a day?
Exactly, I want 1 column...
February 16, 2009 at 4:12 pm
Thanks a ton! That got me to a point to where I could build a job that emails me if the job hangs. However, is there a way...
June 6, 2003 at 3:13 pm
Viewing 8 posts - 1 through 8 (of 8 total)