SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
11,635 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
Best regards,
Percy Tang