September 11, 2008 at 7:50 am
Preface: I answered the question correctly but...
I understand that all events are guaranteed to be captured. However, even if the event IS captured but a write error occurs, in my mind, the event is lost. Same thought comes to mind with writing data to the database. SQL Server may have captured the transaction but if a write error occurs writing that transaction to the database, the data IS lost.
September 11, 2008 at 8:45 am
Jim
Agree with you there. I was surprised to learn this, but I also wouldn't want my instance stopping because of tracing. The data is lost, perhaps there should be some alerting to notify the admin if space is an issue?
September 11, 2008 at 9:28 am
I would add write errors to that notification as that could signify something else on the horizon.
September 11, 2008 at 3:43 pm
Indeed I/O can be a problem, even if everithing is captued, see also
September 11, 2008 at 10:34 pm
Is the question clear?
"...can events be lost if you have disk space?" or "...can events be lost if you have disk space PROBLEM?"
This is not only for SQL2008 but also for SQL2005. Not sure whether it is for SQL2000.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply