> ## Documentation Index
> Fetch the complete documentation index at: https://artie.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> This page provides an overview of the different ways Artie supports replicating data from Microsoft SQL Server.

## Sync methods

We support the following methods for replicating data from SQL Server:

<Warning>
  Reading from the archive transaction log (file access) is under active development and is coming soon.
</Warning>

<CardGroup cols={3}>
  <Card icon="square-1" title="CDC with capture instances" href="/sources/microsoft-sql-server/capture-instances" />

  <Card icon="square-2" title="Change tracking" href="/sources/microsoft-sql-server/change-tracking" />

  <Card icon="square-3" title="Active transaction log via SQL access" href="/sources/microsoft-sql-server/sql-access" />
</CardGroup>

## Additional features

<Accordion title="Single tenant databases">
  Artie offers the ability to unify tables across multiple databases into a single destination table to support single tenant databases.

  1. To get started, click "Enable unifying tables across databases" in the source tab and select the databases you want to unify
  2. In the tables tab, select the tables you want to unify
  3. If your primary key is not globally unique, you have the option to use the full source table name (`dbName.schemaName.tableName`) as part of the primary key
</Accordion>
