extended-events Questions
5
Solved
How to clear SQL Server extended events that are stored in a file?
Background
Where are the files for SQL Server Extended Events Event File target stored?
I want to delete months worth of log fi...
Jacobba asked 16/2, 2018 at 15:59
2
Solved
When I am trying to run Extended Event:
CREATE EVENT SESSION [Loading] ON SERVER
ADD EVENT sqlserver.sql_statement_completed(SET collect_statement=(1))
ADD TARGET package0.event_file(SET filenam...
Alcantara asked 12/10, 2016 at 17:34
1
I want SQL Server to create a log file recording of all (successful) logins/connections to the database. The log should contain minimally:
IP address and port of the connecting client
application...
Venery asked 5/6, 2018 at 18:44
5
Solved
I'm trying to find out what is updating the value of a column and i have very little knowledge of the application. At a quick glance I've noticed about 90% of the applications business logic is han...
Including asked 22/6, 2010 at 15:43
1
Solved
I've set up SQL Server extended events to catch the last 1000 failed queries in a specific database into a ring buffer:
Create Event Session [Errors] on Server
Add Event sqlserver.error_reported ...
Royall asked 14/5, 2014 at 14:46
1
I am capturing locks_lock_timeouts_greater_than_0 events using Extended Events in SQL Server. The event session is following:
CREATE EVENT SESSION MyQuery ON SERVER
ADD EVENT sqlserver.locks_lock...
Prewitt asked 20/6, 2012 at 14:46
5
Solved
Can anyone suggest options we might have in capturing all SQL statements being sent to our SQL Server, outside of running Profiler? I'm aware of a couple ways of doing it, but want to make sure I'm...
Halley asked 28/7, 2010 at 13:38
1
© 2022 - 2024 — McMap. All rights reserved.