Click here to Skip to main content
15,880,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to compare my test MS SQL Server database schema to the "Live" database. I have made major changes to a small part of my program, and I don't remember if I added changed any Stored Procedures or Table definitions.

What I have tried:

I downloaded one project from Code Project, but it was done in 2008, and I was unable to get it to run in VS2015 or VS2017.
Posted
Updated 10-Dec-21 6:03am
Comments
Slow Eddie 11-Dec-21 17:47pm    
Richard, Thank you. This was just what I needed. Also check out my post in the Lounge

1 solution

Visual Studio already has built-in tools to do this.

Tools ⇒ SQL Server ⇒ New Schema Comparison
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900