Database schema change of result in query sql server

Kanav Sharma 25 Reputation points
2023-11-16T22:31:07.1766667+00:00

How we can get database schema change result in query sql server? Is there any tool ? Suppose we do any change in schema. I want the result of that change in query.

Developer technologies Transact-SQL
SQL Server Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-11-20T06:47:31.6666667+00:00

    Hi @Kanav Sharma

    You can use the Schema Changes History report available in SQL Server Management Studio.

    To access this report, right click the database then from the context menu choose Reports -> Standard Reports -> Schema Changes History.

    You can refer to the previous thread.

    https://learn.microsoft.com/en-us/answers/questions/1104823/can-we-get-the-table-schema-changes-from-sql-serve

    Best regards,

    Percy Tang


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.