I've noticed that certain tools such as SQL Data Compare are executing DBCC TRACEON(3604) when running. Is this by design and if so why? I really see no reason for Data Compare to be calling this.
Comments
2 comments
-
Yes - it's so that the tool can get the decryption guid to decrypt encrypted objects.
With the latest version this should only happen on SQL2008 and earlier, where we can't use a query to get the same information.
In SQL Compare you can also disable this behaviour by deselecting the Decrypt Encrypted Objects option. -
Thank you Michelle. I'll make sure my client updates their software. The servers in question are all SQL 2016.
Add comment
Please sign in to leave a comment.