Do I know anyone who can help answer this question? https://stackoverflow.com/q/79915185/16454
My IDEs all treat `$[(DatabaseName)]` as a difference in schema compare instead of ignoring the stored procedure or view as identical. This happens because of the new SDK-style sqlproj format, which is not supported in Visual Studio yet (we're all using Macs anyway).

#SqlServer #VisualStudioCode #JetBrains #Rider #dotnet

SQLCMD variable DatabaseName not being excluded from schema compare in VS Code or Rider

When I run a schema compare in Rider in the new SDK-style sqlproj format where the [$(DatabaseName)] value is in the *.sql code and the resolved database name is in the database side, it still regi...

Stack Overflow