Hello Everyone,
Is there a way to get information on resource name that are locked using the stored procedure sp_getAppLock?
The server seem to expose the first 4 characters of the resource locked but encode the remaining with headecimal values (if we look using sp_lock or in syslockinfo).
We would avoid to try to lock the resource in order to get this information.
Thank's
Carl