Use Database References
SSDT (SQL Server Data Tools) database projects will be able to use database variables, which allows for more dynamic cross-database interactions. This facilitates modularity and eliminates the need to hardcode database names.
Notes:
- This setting is part of the SSDT settings category.
- The default value for this setting is
N
.