-
Notifications
You must be signed in to change notification settings - Fork 22
SQL Scripts are not included in new sqlproj file by default #620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You need the SSDT extension that supports SDK-style projects: https://learn.microsoft.com/en-us/sql/ssdt/sql-server-data-tools-sdk-style?view=sql-server-ver16 |
@zijchen Thanks for the tip. Unfortunately, after uninstalling SQL Server Data Tools and installing the SQL Server Data Tools SDK-style (Preview), when I attempt to open the sqlproj in Visual Studio 2022 Preview it says it's incompatible. ![]() ![]() |
That error should be fixed in 2.0.0-preview.1, can you give that a try? |
I can confirm that version 2.0.0-preview.1 resolves the issue, thanks! |
Steps to Reproduce:
sqlproj file that doesn't show any SQL scripts in the project directory:
sqlproj file with manual entries that does show the SQL scripts:
This contradicts in the documentation where it says that these entries are no longer needed.
The text was updated successfully, but these errors were encountered: