sp_ViewQueryLogging
Advantage SQL Engine
Displays which connections are logging queries.
Syntax
sp_ViewQueryLogging()
Parameters
Database (O) |
Fully qualified path to the data dictionary logging queries. |
Table (O) |
Fully qualified path to the table queries are being logged in. |
Remarks
sp_ViewQueryLogging returns a result set of all connections currently logging queries.
See Also