When SQL Server replication eats disk space
- 📅
- 📝 395 words
- 🕙 2 minutes
- 📦 Microsoft
- 🏷️ SQL Server
- 💬 1 response
Part of my job involves revising our SQL Server architecture. My plan includes the addition of a read-only reporting SQL pair for non-critical inquiries and reports. This allows the heavy and unpredictable load from reporting away from from the primary SQL pair responsible for critical operations (shipping orders).
We utilized SQL Server’s publisher-subscriber replication on the required databases which, given their legacy nature, had some cross-database dependencies that were added without due consideration.