Schema compare and dependencies

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
aiglee
Posts: 3
Joined: Fri 12 May 2017 14:08

Schema compare and dependencies

Post by aiglee » Fri 12 May 2017 14:14

Hi,

Is there a way to configure schema compare so it shows the dependencies for an object being changed. For example I have table passenger that has an SP that depends on it. If I rename the table to passengers, I dont see any warning in the IDE or with the source control module in SSMS telling me there is an SP referencing the table. Furthermore, if I modify the SP to and do a schema compare and chose only the table, I get no warning about including the SP in the change so it doesn't break the build.

Am I missing something?

alexa

Re: Schema compare and dependencies

Post by alexa » Tue 16 May 2017 11:11

We will review this and will answer you as soon as possible.

alexa

Re: Schema compare and dependencies

Post by alexa » Thu 25 May 2017 14:04

You can add a suggestion on our UserVoice forum where other users can vote for it https://devart.uservoice.com/forums/177 ... sql-server

We collect and analyze the information from this forum in order to make a proper roadmap for the future product releases.

Post Reply