An open API service indexing awesome lists of open source software.

https://github.com/fredhutch/hdc-dataengineering-sqlsync

Table synchronization utility for MS-SQL
https://github.com/fredhutch/hdc-dataengineering-sqlsync

etl-framework ms-sql-server mssql mssqlserver sql sync sync-utility table-synchronization

Last synced: 15 days ago
JSON representation

Table synchronization utility for MS-SQL

Awesome Lists containing this project

README

        

# SQL Sync

Navigation
- [Getting Started](#getting-started)
- [Concepts](#concepts)
- [FAQ](#faq)
- [Tests](#tests)
- [Future Improvements](#future-improvements)
- [SyncTable: Type-1 copies](/docs/type-1.md)
- [DiffTable: Type-2 copies](/docs/type-2.md)
- [How to Get Support](#how-to-get-support)
- [License: Apache 2.0](#license)

You're an BI engineer, developer, or DBA who has a lot of tables/data to move around in SQL Server. You want to copy the data and assign surrogate keys, and identify what's new, or has changed. This is one of the oldest ETL problems around: extraction.

To install, download this codebase, and run all the .sql files in the root directory. Run the SQL files in the database where you want to store this code.

The SQL Sync utility runs on:

* SQL Server 2008, 2008R2, 2012, 2014, 2016 - yes, fully compatible
* SQL Server 2017 - probably compatible, but hasn't been tested yet
* SQL Server 2000, 2005 - not supported by Microsoft anymore, so we don't either
* Amazon RDS SQL Server - not sure yet.
* Azure SQL DB - not sure yet.

## Getting Started

See the [Getting Started Guide](/docs/getting-started.md).

## How to Get Support

Everyone here is expected to abide by the [Contributor Covenant Code of Conduct](CONTRIBUTOR.md#the-contributor-covenant-code-of-conduct).

Got a question? Email us at [email protected].

Want to contribute by writing, testing, or documenting code, or suggesting a new check? [Read the contributor.md file](CONTRIBUTING.md).

[*Back to top*](#header1)

## Concepts

See the [Concepts](/docs/concepts.md) page

[*Back to top*](#header1)

## FAQ

See the [FAQ](/docs/faq.md)

[*Back to top*](#header1)

## Future Improvements

See [Future Improvements](/docs/future-improvements.md)

[*Back to top*](#header1)

## Tests

See [Tests](/tests/tests.md).

## License

[The SQL Sync utility uses the Apache 2.0 License.](LICENSE)

[*Back to top*](#header1)

[license]:https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/blob/master/LICENSE.md