SSDT gets inconsistent compile result on non-existent column #516
Labels
area: model resolver
Related to issues resolving dependencies when building schema model
bug
Something isn't working
Steps to Reproduce:
CREATE PROCEDURE [dbo].[testsp]
AS
SELECT
DISTINCT col1
INTO #Reset
FROM tb1 AS tmpo
SELECT c.col1,tb1.col1,v1.Id3 FROM
tb1
left join #Reset as c on c.col1=tb1.col1
left join v1 on tb1.col1=v1.Id3
SSDTTest.zip
**Did this occur in prior versions? If not - which version(s) did it work in? Not sure, it can be reproduced on both SSDT 2017 and 2022
(DacFx/SqlPackage/SSMS/Azure Data Studio)
The text was updated successfully, but these errors were encountered: