- United Kingdom
Pinned Loading
-
list currently running requests on m...
list currently running requests on ms-sql server, for help identifying long-running or probematic queries 1USE [master];
23SELECT r.session_id,
4ms_running = DATEDIFF(ms, r.start_time, GETDATE()),
5db = db_name(r.database_id), --schema = object_schema_name(t.objectid, r.database_id),
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.