I get: SQL01265 Vardecimal support is enabled for the database but disabled for the project
I've tried changing the .sqlsettings files to have: "<VardecimalStorageFormatOn>True</VardecimalStorageFormatOn>"
and the .sqldeployment file to have: "<DeployDatabaseProperties>True</DeployDatabaseProperties>"
But i'm still getting the error.
It's VS2010 DB Project with the project set to 2005, the database being upgraded is 2008.
We've got another 2005 DB project which will update a 2008 db fine, even with VardecimalStorageFormatOn set to false in the .sqlsettings file and not deploying db properties.
Any idea why one would work and the other wouldn't?
Thanks