Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sql Profiler Locking Interpretation 1

Status
Not open for further replies.

gdub

Technical User
Nov 8, 2001
10
0
0
GB
Hi

Sorry if this is cross posting but I put it in the programmers section before and in retrospect is probably more appropriate here.

I am running SQL Profiler to see what locking is going on in an application server environment. I am particularly interested in seeing whether the locks are at row / page or table level. The only column I can see that might provide that info is ObjectID. But I don't know how to interpret whether an ObjectID is a row or a page. Could anyone give me some advice of how to gleam this info from the profiler output?

Thanks
Glyn
 
Thanks for the reply. Do you know how to convert the binary data reference into an indication of what the object is?
 
Ah I see. Thanks very much. One last question. When saving this to a file or a table is there any way to get that info stored so when it is being reviewed I can see what the binary data represented?
 
Unfortunately, it would appear that decoding the binary output is almost impossible outside of Profiler. A number of newgroup users have asked the same question & I am yet to see a satisfactory answer... :(



James Goodman MCSE, MCDBA
 
Still that's something I can work with. Thanks very much for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top