Posts
Sort by recent activity
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...
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()