Table on Azure SQL is not usable anymore.

Gertjan Oostrum 0 Reputation points
2023-04-06T09:26:18.61+00:00

Hi,

We have a table in Azure SQL which is not responding to any thing anymore.
Select, insert, and even truncate/drop do not provide any response.

The query runs for about 5 mins and than shows an error on
User's image

In SSMS it does not show an error, but also does not execute it. Query Editor on the portal shows above error. Any hints on how to resolve/overcome this ?

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 16,001 Reputation points
    2023-04-06T09:52:59.5633333+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.