Options

SQL Compare not aware of *.sql files when using VS sqlproj file

In VS project, within sqlproj file we have definitions which includes *.sql files for Build part in xml
e.g. <ItemGroup><Build Include="cpaas\Views\*.sql" />...

Problem is that SQLCompare is not aware of "*.sql" specified in Build part so when comparing with database with scripts folder, all of the files with *.sql are not seen by SQLCompare so it "thinks" that it needs to deploy new file even if files do exist. After deploy, SQLCompare adds each file to Build xml part even tho we do have *.sql specified in .sqlproj file.
VS is working normally with *.sql setting and is aware of this.

Is there some setting in SQLCompare where this can be included or will there be some future plans to support this?

Answers

Sign In or Register to comment.