Activity overview
Latest activity by jamesdill
FYI - this was due to the usage of AUTHORIZATION to copy the assemblies over. The new DB didn't have permissions to change authorization to dbo. So we now need to come up with a way to allow that. / comments
FYI - this was due to the usage of AUTHORIZATION to copy the assemblies over. The new DB didn't have permissions to change authorization to dbo. So we now need to come up with a way to allow that.
Permissions required for synchronisation with SQL CLR
Hi
We are trying to perform a schema synchronisation, but unfortunately are getting a permission error when it appears to get to "Creating CLR Assemblies". (User does not have permission to perfor...