View Categories

Import Database from Source Control

1 min read

Table of Contents

1. Connect #

Connect to the database you wish to import into

The example screenshot shows a connection to an SQL Server Express instance on the network.

Hint:

Leave the Server field empty if the instance is on the same computer from where you are running gitSQL.

Are you connecting to a full instance of SQL Server?

Try leaving the instance field empty and enter ‘localhost’ or the Computer IP/Name you wish to connect to.

A test button is available at the bottom right of the screen. This needs to be pressed before we can continue to the next stage.

Any connection issues will be shown in the console to help diagnose problems.

2. Select #

Select Import New and then Next.

3 .gitSQL #

Select the source control path you wish to import from.

Press Run.

Select Yes if you are happy to overwrite if the database already exists locally.
Select No if you wish to export the latest database changes first.

gitSQL will then discover objects and data from the source control directory and populate an objects list and then process the list.

N.B. You will be prompted if more than one database is found so you can select which database you wish to import.

Powered by BetterDocs