textdata displaying in trace

  • I'm reviewing some trace files for a lock request time out problem and I came across the following in the textdata column:

    1:140:8

    1:1771344

    (be0035c00b02)

    (0500d1d065e9)

    The middle two come from sa and the first and last come from my user that received the error message.

    Any idea what these are trying to point to?

  • Ok, I think I am able to answer my own question. These numbers were pointing to an object in my database.

    DBCC TraceOn(3604)

    DBCC PAGE(7,1,1771344)

    select * from sysobjects where id = 1373221384

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

You must be logged in to reply to this topic. Login to reply