Forum Replies Created

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

  • RE: Rank Sequence by Group

    Thats perfect, exactly what I needed, thanks Jeff

  • RE: Select Top n Query

    Lynn

    Great !!!! Thats exactly what I needed to do - I can see where I was going wrong now. Many thanks for your help!

    Matt

  • RE: Select Top n Query

    Thanks Lynn

    Relevant field defs for the table;

    JobNo - dec (6,0)

    Status - Char (2)

    TransDate - Datetime

    RecordID - Identity (BigInt)

    Job         Status        TransDate     RecordID

    1234       AB              01/07/07      1

    1234       AB              02/07/07      2

    1234       AB              03/07/07      3

    1234       AB              03/07/07      4

    1234       AB             ...

  • RE: blocked processes and sp_cursoreclose;1

    I had a similar problem and eventually found a SP on the web which I extracted into a Job (agent). It's interactive but it does sort out the immediate issue;

    /*

           ...

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