SQL Server (MSSQL)
Two-way sync between Microsoft SQL Server (MSSQL) and your other systems.
Last updated

Two-way sync between Microsoft SQL Server (MSSQL) and your other systems.
SQL Server is Microsoft's enterprise relational database management system known for high performance, advanced security features, and scalability. Stacksync enables seamless data synchronization between Microsoft SQL Server and other CRM and database systems.
Renaming schemas, tables, or columns will break Stacksync configuration. If you need to rename objects, refer to the Update Sync Configuration guide for remediation steps.
Schema Names: SQL Server supports multiple schemas per database. Ensure you specify the correct schema when setting up your connection (default is dbo).
If tables don't appear in Stacksync during setup, one of the above requirements is likely unmet. Common issues include:
Missing primary keys or composite primary keys
Insufficient user permissions
CDC wrapper procedures not created (setup script not run)
SQL Server Agent not running
For diagnostic queries and troubleshooting steps, refer to the SQL Server Snippets page.
Feel free to reach out to us at [email protected]
Last updated