Activity overview
Latest activity by kfrancis25
Here's the window in question, and yes - we sent an error report. [image]
Also, the issue seems to only occur in SQL Source Control use within SSMS. We can use Data Compare and Compare on the same machine with no issues. / comments
Here's the window in question, and yes - we sent an error report.
Also, the issue seems to only occur in SQL Source Control use within SSMS. We can use Data Compare and Compare on the same machine ...
Resource not available for anonymous access. Client authenti
Hello,
We're having a sudden issue in SQL Source Control 3 now where it looks like any activity which would normally get information from our TFS online account fails and the error message "Resourc...
It doesn't seem to work using the "Python script" generator, I just get errors about hashlib:
An error occurred. ImportError: No module named hashlib - No installed python version was automatically detected; consider installing python 2.7 or adjusting the application options.
IronPython documentation also shows the example:
import md5
m = md5.new()
But I get the same type of error, just a different name:
An error occurred. ImportError: No module named md5 - No installed python version was automatically detected; consider installing python 2.7 or adjusting the application options.
/ comments
It doesn't seem to work using the "Python script" generator, I just get errors about hashlib:
An error occurred. ImportError: No module named hashlib - No installed python version was automatical...
Generating MD5
Is it possible to generate an MD5 hash of another column? It looks like I could use something like:import hashlib
hashlib.md5("row column value".encode('utf-8')).hexdigest()