Activity overview
Latest activity by butlerat
Do you have any idea on if/when we'll get a fix for this? / comments
Do you have any idea on if/when we'll get a fix for this?
Thanks for the update.
If you need any testing done on an updated version then let me know and we can test it out.
Regards,
Andrew / comments
Thanks for the update.
If you need any testing done on an updated version then let me know and we can test it out.
Regards,
Andrew
Ok, I think I can guess what is causing the problem.
We have a schema in the database named 'con'.
In Windows, you cannot create an extensionless file named 'con' as this is a reserved filename (used for the console).
This could be fixed if the temporary file being generated had an extension (e.g. con.tmp).
Unfortunately we are unable to change the name of our schema. Hopefully this can be fixed as this bug will stop us purchasing SQL Source Control. / comments
Ok, I think I can guess what is causing the problem.
We have a schema in the database named 'con'.
In Windows, you cannot create an extensionless file named 'con' as this is a reserved filename (us...
Error when committing
I'm getting the following error when attempting to commit my database:
Could not find a part of the path '\\.\con'.
This occurs on the second step (Writing data changes to a temporary directory).
A...