G
Guest
I am using disconnected datasets and ADO.Net. How would I get the SPID for a
pooled connection?
I would like to log the user name and SPID each time a user performs a
database update transaction, and then correlate this with the the transaction
log (using the Lumigent Log Explorer tool). This way I could see who changed
what and when.
Because of connection pooling, the SPID for a user changes from transaction
to transaction during their session, when there are multiple users.
pooled connection?
I would like to log the user name and SPID each time a user performs a
database update transaction, and then correlate this with the the transaction
log (using the Lumigent Log Explorer tool). This way I could see who changed
what and when.
Because of connection pooling, the SPID for a user changes from transaction
to transaction during their session, when there are multiple users.