Comments
1 comment
-
Hi @...,
What version of SQL Change Automation are you using and is this during the build of the .sqlproj file within Visual Studio or from the building of that project using the PowerShell cmdlets?
Can you share the PowerShell script you are using and/or how you have the addins configured?
I've tried to recreate the apparent parsing error but I only got issues related to the database the build was occurring on not having a memory optimized filegroup online with a file (and I had to disable transactions as well).
Kind regards,
Alex
Add comment
Please sign in to leave a comment.
When building the project, I get a syntax error for the generated migration script:
(This points to the open bracket after the WITH keyword)
The migration script looks like this:
...
...