Share via

How to fix below issue

Msworkflow Wgs 0 Reputation points
2025-01-27T07:13:20.19+00:00

Getting schema information for the database failed with the exception "Database object names with a '.', '[' or ']' are not supported. For more information, provide tracing ID ‘5a8d2ee4-ccf9-4c17-9c05-435c2b5f17de’ to customer support."

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


1 answer

Sort by: Most helpful
  1. LiHongMSFT-4306 31,621 Reputation points
    2025-01-27T07:24:52.0133333+00:00

    Hi @Msworkflow Wgs

    As the error message says, it is not allowed to use special characters like a '.', '[' or ']' in database or table names.

    Try removing those characters or setting a supported name or length for the objects.

    Best regards,

    Cosmog


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?

    0 comments No comments

Your answer

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