Dears
Sorry for my below questions if it is very beginner level.
In my implementation I have cluster SQL 2012 on Windows 2012; I am using MountPoints since I have many Clustered Disks.
My MountPoint Size is only 3 GB; My Extended event log are growing fast and it is storing in the MountPoint Drive directly (Path: F:\MSSQL11.MSSQLSERVER\MSSQL\Log).
What is the best practice to work with it? (is it to keep all Extended events? or recirculate? or to shrink? or to store in DB?)
- Is there any relation between SQL truncate and limiting the size of Extended event logs?
- How can I recirculate this Extended Events?
- How can I change the default path?
- How can I stop it?
- and in case I stop it, does this means to stop storing SQL event in Windows event Viewer?
Thank you