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
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,488 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LiHongMSFT-4306 30,751 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".

    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.