Results 32 comments of Z Chen

@clement911 - ScriptDom is one of the projects we plan to open-source first. In the meantime, support for this syntax should be in our [latest 160.6324.0-preview release](https://www.nuget.org/packages/Microsoft.SqlServer.DacFx/160.6324.0-preview). Please give it...

@namangupta211 FYI, maybe we can keep this issue open as an enhancement to implement the IgnoreRespectNulls as its own clause instead of a list of identifiers

To clarify, the sample T-SQL is incorrect syntax, the correct syntax is ```tsql SELECT value FROM GENERATE_SERIES(1, 5); SELECT value FROM GENERATE_SERIES(1, 32, 7); SELECT value FROM GENERATE_SERIES(1, 5) ORDER...

@ErikEJ I'm able to reproduce this locally as well. I will investigate this further, but please note that the SDK-style sqlproj are not officially supported in SSDT/VS yet. Right now...

> Thanks but if it does not work in VS, you should remove this from the docs until it does work at least. Yes I'll update the README.

Hi @rehnerik I'm not able to reproduce this issue. I followed the steps to remove files from build but they are excluded as expected. Could you share a ZIP of...

@rehnerik everything you're describing seems to be correct, I'm not sure why they're still included in the build. Could you share your sqlproj file so I can take a look?

I am able to reproduce this now, thanks for all the details. The problem seems to be dotnet build picking up the files that are specified as `:r script.sql` in...

I haven't had a chance to look into this yet, but I'll prioritize this as it appears to be a common issue.

Ok here is the behavior I'm observing. I think the parsing of pre/post-deployment scripts is supposed to happen, we have some 72xxx error codes that are specific for pre/post scripts....