I'm looking to pull data from the Management Reporter DataMart for analysis. As part of this data pull, I presumably need to decrypt the encrypted SQL data in Management Reporter's tables. Can anyone help me figure out how this can be done using T-SQL?
For example, I'm trying to decrypt data in the CellData column of the ReportLineFinancial table. I have tried the decryptbycert and decryptbykey functions on the binary version of that column (CAST([CellData] AS varbinary(4000))) and have yet been unsuccessful. I'm not sure which certificate / key to use to do this.
Thanks for any help you can provide!
*This post is locked for comments