How to Crack the Sql Text from Redgate Tables?
Nick1611
Posts: 3 New member
The sql text in the Redgate tables appears to be encrypted or in binary form; does anyone know how to crack the sql text (i.e. return it in human-readable form) from any of the QueryText or SqlText columns, such as:
data.Cluster_SqlServer_TopQueries_Instances_View.Cluster_SqlServer_TopQueries_QueryText or
data.Cluster_SqlServer_SqlText_Instances.[_SqlText] or
data.Cluster_SqlServer_TopQueries_Instances.[_QueryText]
Naturally I have tried several CONVERTs and DECOMPRESSing, but nothing seems to work.
data.Cluster_SqlServer_TopQueries_Instances_View.Cluster_SqlServer_TopQueries_QueryText or
data.Cluster_SqlServer_SqlText_Instances.[_SqlText] or
data.Cluster_SqlServer_TopQueries_Instances.[_QueryText]
Naturally I have tried several CONVERTs and DECOMPRESSing, but nothing seems to work.
Answers
Thanks