Skip to content

A tool to compare and synchronize the structure of two SQL Server databases. It allows you to identify differences in tables, columns, views, procedures, and functions, ensuring consistency between databases.

Notifications You must be signed in to change notification settings

dursunkatar/SQLStructComparer

Repository files navigation

SQLStructComparer

SQLStructComparer is a tool designed to compare and synchronize database structures between two SQL Server databases. The tool allows you to compare tables, columns, views, procedures, and functions, and identify differences between two databases.

Features

  • Compare Tables, Columns, Views, Procedures, and Functions between two SQL Server databases.
  • Easily visualize structural differences.
  • Generate SQL scripts to synchronize missing structures.
  • Simple and user-friendly interface.

Requirements

  • .NET Framework 4.8 or higher
  • Microsoft SQL Server (Any version supported)

How to Use

  1. Clone this repository to your local machine:
    git clone https://github.com/dursunkatar/SQLStructComparer.git
  2. Open the solution in Visual Studio and build the project.
  3. Run the application and enter the source and target database information.
  4. Click Connect for both databases.
  5. Select Compare to see the structural differences between the two databases.

Screenshots

SQLStructComparer

About

A tool to compare and synchronize the structure of two SQL Server databases. It allows you to identify differences in tables, columns, views, procedures, and functions, ensuring consistency between databases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages