hi guys,
I want to be able to export the data from the received mail chat for app insight for a particular mailbox into excel for some reporting that we are doing.
I have had a hunt around the database but even in the views and tables I can only get the data for the last 24 hours not historical data,
the weird thing is that both the table and view that I found
[SolarWindsOrion].[dbo].[APM_ExBbCurrentMailboxes]
[SolarWindsOrion].[dbo].[APM_ExBB_Mailbox]
have colums called
MessagesSentLastSevenDaysInternal | MessagesSentLastSevenDaysExternal | MessagesSentLastThirtyDaysExternal | MessagesSentLastThirtyDaysInternal |
0 | 0 | 3 | 1 |
MessagesSentInternal | MessagesSentInternalSize | MessagesSentExternal | MessagesSentExternalSize | MessagesSent | MessagesSentSize | MessagesReceivedInternal | MessagesReceivedInternalSize | MessagesReceivedExternal | MessagesReceivedExternalSize | MessagesReceived | MessagesReceivedSize | MessagesSentLastSevenDaysInternal | MessagesSentLastThirtyDaysInternal | MessagesSentLastSevenDaysExternal | MessagesSentLastThirtyDaysExternal | MessagesSentLastSevenDays | MessagesSentLastThirtyDays |
0 | 0 | 0 | 0 | 0 | 0 | 57 | 4543458 | 44 | 2368086 | 101 | 6911544 | 0 | 1 | 0 | 3 | 0 | 4 |
any help would be awesome