I have two SQL Server 2008 machines, SQL1 and SQL2, doing replication between each other. Their main interfaces are on VLAN1 (10.1.1.0/24) and that's where clients reach them.
For performance, I want the replication to go over their secondary NICs, which are on VLAN2 (10.1.2.0/24).
Is there any way to configure this in SQL Server?