Hello!
I'm trying to upgrade from Vault+Dragnet to Fortress. The current databases have different collations:
sgvault: SQL_Latin1_General_CP1_CI_AS
sgdragnet: SQL_SwedishPhone_Pref_CP1_CI_AS
The installation is failing saying that both databases must have the same collation. I've tried to change the Collation of sgdragnet to SQL_Latin1_General_CP1_CI_AS (same as master database), but I can not (Sample error message: "The object 'chk_timeestimates_status' is dependent on database collation").
I've also tried dropping all the objects mentioned in the error message (mostly constraints), changing collation (on both database and column level), and then adding the constraints again. The installation then starts but failes later on with another error message: "Upgrading SourceGear work item tracking database schema...Cannot resolve collation conflict for equal to operation"
Thankful for all help!
Vault/Dragnet to Fortress upgrade problem
Moderator: SourceGear
When we ran across another person that couldn't seem to get their collation to change for them, it was a case of where AUTO_CLOSE set to ON in one of their databases.
Would you check the properties of each of your databases and whether AUTO_CLOSE set to ON in any or all of them.
http://msdn2.microsoft.com/en-us/library/ms186823.aspx
Would you check the properties of each of your databases and whether AUTO_CLOSE set to ON in any or all of them.
http://msdn2.microsoft.com/en-us/library/ms186823.aspx