Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Help with a complex query

    Thanks Jack for all you help!

    I do appreciate all you help and understand fully what is means to provide this kind of assistance as a volunteer. I do so...

  • RE: Help with a complex query

    Hi Jack,

    The example work well for thelimited data set.

    The problem comes in where there are hundreds of records.

    For every record with Event Type 1 you are getting you are getting...

  • RE: Help with a complex query

    Table structure as follows:

    CREATE TABLE AcivationData

    (

    MasterId int identity primary key nonclustered,

    UnitId int not null,

    RaisedTime datetime,

    EventType int

    )

    e.g.

    12345,1,30 March 2009 16:00,1

    12346,2,30 March 2009...

  • RE: Help with a complex query

    Whoops apologies.

    Each row had a DateTime field called 'RaisedTime'

Viewing 4 posts - 1 through 5 (of 5 total)