SQL Server
Two-way sync between SQL Server and your other systems.
Introduction
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 SQL Server and other CRM and database systems.
Things to keep in mind
During setup
Important Considerations
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).
Troubleshooting
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
