Struggling with Encrypted Objects
I have a number of encrypted objects on a test database that I am unable to successfully import/decrypt despite having the necessary permissions.
Oddly, I am able to perform this same operation with SQL Compare 12 without any issue.
I am wondering what would be the preferred configuration/approach to with working with Encrypted objects (aside from not having them :-) )
Please advise and thanks in advance.
Oddly, I am able to perform this same operation with SQL Compare 12 without any issue.
I am wondering what would be the preferred configuration/approach to with working with Encrypted objects (aside from not having them :-) )
Please advise and thanks in advance.
Comments
I've just checked the codebase and discovered that the version of SQL Compare we're using is a bit out of date (ReadyRoll currently uses 11.5.4).
To rule out that this was a defect in the SQL Compare engine that has since been addressed, would you mind trying this build of ReadyRoll (which contains version 12.0.33 of SQL Compare) and letting me know if it works any better?
http://download.ready-roll.com/ReadyRol ... 6.1741.exe
Many thanks!
Product Manager
Redgate Software
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
-- Text was encrypted
GO
I'll do some investigation on the issue and get back to you shortly.
Product Manager
Redgate Software
I'm wondering if there's something specific to your project/connection configuration. Would you mind trying the following to rule that out?
1. Create a new ReadyRoll project, e.g. TestEncryption
2. Change the connection to the server where your test database is (but leave the database name as TestEncryption). Use same credentials as with SQL Compare.
3. Run the following on the server: 4. Attempt to import the changes into your db.
Is the object script generated successfully?
If not, is there anything else you can tell me about object types that you're having trouble importing? If you're able to send me any code that you've generated from SQL Compare, I can try and reproduce it here (feel free to send me a direct message with the details, or send an email to support@red-gate.com).
Product Manager
Redgate Software
http://download.ready-roll.com/ReadyRol ... 6.1763.exe
This should be included in the next release of ReadyRoll.
Product Manager
Redgate Software