Is it possible to open the SMAT databases in a sql database, e.g., SQL Server or SQLLite? I need to search across two sets of message logs. Or is is possible to export them to a format that can be imported into a SQL database?
You can use sqlite, but be aware that if your SMAT databases are encrypted, you will need to issue a ‘PRAGMA KEY = <password>’ command when you open the file, then you can issue sqlite commands as usual.