Hi Gertjan Oostrum •,
Welcome to Microsoft Q&A forum and thanks for using Azure Services.
As I understand, you are getting screenshot error upon execution of SQL query on a table.
-
Could you please let us know if other tables are working fine inside the same Database and schema in which this table belongs?
- How is the table formed? Check if there is indexing corruption on the table. Re-indexing the table should fix the problem.
- What type of SQL Query you are trying to execute?
Make sure if its some Stored Procedure, then you are not doing data type mismatch. Awaiting your inputs, thanks.