We have databases that have partitions among multiple servers. Need best solution with steps to migrate those databases with same partitioning to new servers without downtime for application
We have databases that have partitions among multiple servers. Need best solution with steps to migrate those databases with same partitioning to new servers without downtime for application
Can you explain your setup please?
SQL cannot partition databases across multi servers. (Unless you have sharding enabled, but that points to Azure)
It can partition tables across 1 or more files, but nothing across servers.
17 People are following this question.