Notify when SQL Server is throwing stack dumps

  • Was wondering if there is an easy way to check other that checking error log folder if sql server is throwing stack dumps. I would like to get notified if sql server is throwing stack dumps.

  • You could try something like this.

    John

  • curious_sqldba - Thursday, November 8, 2018 9:44 AM

    Was wondering if there is an easy way to check other that checking error log folder if sql server is throwing stack dumps. I would like to get notified if sql server is throwing stack dumps.

    You could also query sys.dm_server_memory_dumps which has a row for every dump file generated by the SQL Server engine.

    Sue

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply