Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Nested Query Performance Help

    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...

  • RE: Nested Query Performance Help

    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...

  • RE: In way over my head

    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...

  • RE: In way over my head

    andrewd.smith (2/16/2009)


    SELECT

    START.Value AS StartTime,

    STOP.Value AS StopTime,

    ...

  • RE: In way over my head

    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...

  • RE: In way over my head

    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...

  • RE: DTS Package Hanging

    Outstanding!!! Thank you so much!

  • RE: DTS Package Hanging

    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...

Viewing 8 posts - 1 through 8 (of 8 total)