Activity overview
Latest activity by mpeschka
Is there some specific requirement that must be met before it can decrypt them? I had tried that option before posting, but I received an error ("Index was outside the bounds of the array.")
Personally, I'm not concerned with having the object text decrypted, especially if it requires additional setup. I'd rather just have the target objects overwritten. / comments
Is there some specific requirement that must be met before it can decrypt them? I had tried that option before posting, but I received an error ("Index was outside the bounds of the array.")
Person...
Michelle Taylor wrote:
I'm not sure what exactly you're asking for here - doesn't synchronizing the non-encrypted object over the encrypted object do what you want?
I'm trying to achieve the same thing (overwriting encrypted objects with newer versions), and it is not working. The comparison lists the objects as different, and indicates that they will be synchronized. But when you actually run the Synchronization Wizard, it states that the objects "cannot be decrypted. Its contents cannot be compared and it cannot be syncronized." Viewing the generated SQL script shows that it indeed will do nothing.
Is there any chance to have this behavior changed in a future release? It's terribly annoying to have to manually delete all encrypted objects in the target database before synchronizing them over. / comments
Michelle Taylor wrote:
I'm not sure what exactly you're asking for here - doesn't synchronizing the non-encrypted object over the encrypted object do what you want?
I'm trying to achieve the s...
Overwriting encrypted objects
Is there any way to force SQL Compare to overwrite encrypted objects? I prefer to set WITH ENCRYPTION when deploying databases from development to production, but on SQL 2005 this poses a problem s...
Clicking in editor doesn't (always) close candidate list
If I am working on the last line of SQL in the editor (SSMS) with the candidate list open and click elsewhere in the document below the line, the candidate list stays open. I'm assuming this is bec...
While that is true, the system is pretty lax at the moment. I usually see this happen when apps don't send the message to remove the icon from the tray (eg after a crash). Is there something I could check for in the log that might indicate a problem on shutdown? / comments
While that is true, the system is pretty lax at the moment. I usually see this happen when apps don't send the message to remove the icon from the tray (eg after a crash). Is there something I coul...
Double-qualification with schemas
The very first issue I have encountered is the double-qualification of an object when the automatic qualification option is turned on. Is this something that will be addressed in the final release?...
Tray icon remains after Exit
If I right-click the tray icon and select Exit, the icon remains despite the process ending. If I manually mouse over the icon after it has shut down, it is removed.