Comments
Sort by recent activity
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 ...
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...