Error reading streaming dataset - v8.3.6

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?

Do you have a full stacktrace for the error message?
That's the most useful thing to share.

Remove the ";" from the query that should not be added when writing in the DQB tool.

Nevermind, I was pointing to the wrong database when doing the query

Thanks anyway :+1: