![]() |
|
Archives of the TeradataForumMessage Posted: Wed, 17 Feb 2010 @ 16:45:08 GMT
You could try :
SELECT
Session;
And...grab the session number from that query. Next plug that value into:
LOCK ROW ACCESS
SELECT * FROM
sysdbaview.QryLog
WHERE
sessionid = '
You can also join to qrylogsql on procid and queryid and get more specific requests...
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||