1. Home
  2. Docs
  3. SQL Server
  4. Export Table Data

Export Table Data

1. Connect

Connect to the database you wish to export from

Credentials

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.

Console

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

2. Select

Select the database you wish to export.

DBList
Objects

Select Data Only. This will select all DATA items in the tables node.

Alternatively, select the table data you wish to export.

This is especially handy if you want to update source control for a single data table.

3. gitSQL

Select the source control path you wish to export to.

SCPath

Select Export.

Direction

Review the objects that you wish to export. Press back if you wish to make amendments – otherwise press Run.

Progress

You will now see a progress bar and completed items in the object list in the colour green once they have been completed.

How can we help?