The function of Schema Compare that compares schemas with script folders has the problems that it ignores all extentions different than sql.
It would be useful to support files with different extensions, either by allowing to configure ignored extensions (all other will be treated as sql) or by allowing to configure extensions for specific types of objects.
2
votes
Krystian
shared this idea
What scenario are you trying to support here? We only support comparing to sql that we have generated initially and we always save the files ending in .sql.
It may work against arbitrary sql files (and I tend to fix issues when they’re reported) but it’s not something we “support”.
Without further information I’m closing this request.