Posts
Sort by recent activity
MultiSubnetFailover Performance
We use SQL 2012's clustering across multiple subnets for DR on our production servers. Whenever we connect to them, we always have to add the "MultiSubnetFailover=true" to the connection strings s...
Transaction Isolation Level Problem
I just upgraded from 10.x of SQL Compare to 11.0.0.365. Previously, it would generate the following line properly:
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
Now, it is generating this line as:
...