dbForge Studio for SQL Server enables you to link and track changes to both database schemas and static data using Source Control Manager.
Static data refers to a set of fixed values that rarely change or cannot be modified by users. This data is often referenced by transactional data and may include:
Tracking changes to static data helps maintain database consistency and enables collaborative development. Version-controlling static data also improves traceability and supports shared development environments.
Note
To avoid data loss, always link static data to source control before updating your local database or reverting changes.
Note
You must link static data before deploying it to version control.
To link static data:
1. In Database Explorer, right-click the database containing the static data and select Source Control > Link / Unlink static data.

2. In the Source Control Link Static Data dialog, select the tables you want to link, then click Apply.

Note
Only tables with properly defined primary keys can be linked.
The Refresh window appears and shows the progress of the operation.

3. In the Local changes section, and select the linked tables.
4. Enter a comment describing the changes.
5. Click Commit.

The Local changes section shows the status of each row in the static data:
Note
Version-controlling static data can impact performance. Avoid committing large tables with thousands of records. For larger data sets, use Data Compare functionality to compare and synchronize static data.
Conflicts occur when multiple users make changes to the same static data. A source control system cannot determine which version to keep, so user input is required to resolve the conflict.
In Source Control Manager, conflicting static data appears under the Different category. The left pane shows local changes; the right pane shows remote changes.
To resolve conflicts:
Note
Static data conflicts occur only in the Dedicated development model.
Remote changes – Shows updates from the remote repository. Select the changes and click Get Latest to apply them. For instructions, see Get the latest version.
Local changes – Shows changes made locally. Enter a comment and click Commit to push changes to the repository. For instructions, see Commit changes.
You can unlink static data in one of two ways.
1. In Database Explorer, right-click the database and select Source Control > Link/Unlink Static Data.

2. Clear the checkbox next to the table you want to unlink.
3. Click Apply.

To unlink static data, in Database Explorer, right-click the database and select Source Control > Unlink Database from Source Control.
For more information, see Unlink a database from Source Control.