Activity overview
Latest activity by Glycerine
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...
I have actually encountered this just comparing two straight up databases, no source control versions involved. They have source control revision numbers in the extended properties of the database that compare detects, but it is comparing what is currently in the database, not a version in source control (database is the option selected on data sources tab on the initial window that pops up doing the compare). And I just reproduced it. / comments
I have actually encountered this just comparing two straight up databases, no source control versions involved. They have source control revision numbers in the extended properties of the database...
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:
...