Skip to content

verheyenkoen/SatelliteDataScripter

Repository files navigation

#Satellite Data Scripter

A tool for generating INSERT/UPDATE scripts for satellite data. Only supports MS Sql Server.

Remarks

Only tables with an ID column can be scripted.

Requires

.NET Client Profile 3.5

Configuration

Add your Sql Server connection strings to SatelliteDataScripter.exe.config, like this:

<?xml version="1.0"?>
<configuration>
  <connectionStrings>
    <clear/>
    <add name="Connection name" connectionString="Data Source={server};Initial Catalog={database};Integrated Security=SSPI;"/>
  </connectionStrings>
</configuration>

Development Notes

Uses project SlowCheetah for app.config transformations. Transformation files should not be commited.

About

Generates insert/update scripts for satellite data tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages