I have a Microsoft SQLServer database on Azure cloud. The connection seems to be all good but my alarm history screen dowsn't show anything. The alarm journal is also setup properly.
If I run the querry: SELECT * FROM alarm_events ORDER BY event_time DESC LIMIT 10; on the Database Query Brouser I get the error in the title.
Would be a database read problem?