Schema Compare in 2023.1
Is anyone else not seeing the Schema Compare option in the new release? I've tried right clicking the project folder and the sqlproj file. Neither have the option for me. I also switched to the new UI and rebooted.
Please sign in to leave a comment.
Hi Clint Mayer!
Do you have Visual Studio installed? Rider’s Schema Compare implementation is based on SQL Server Data Tools and therefore requires you to have Microsoft Visual Studio (version 2017 or newer) installed on your computer.
Yes, I have it installed with SQL Server Data Tools. Schema Compare for SSDT is one of the few things I still open Visual Studio for 😅.
Here is a subset of what Visual Studio about shows me:
Just to be sure, should I see it when right-clicking the sqlproj file?
So I've discovered that having a solution file is required for this to work. I found Schema Compare using the Action Search (Ctrl+T) but it wouldn't let me choose my project for target or source. When I added a solution file to the project, I was able to find Schema Compare within the right click menu.
We have always just operated our SSDT as a sqlproj only.