When using Elastic Query in Azure SQL Database, you have to create external data sources and external tables manually to query across databases. Elastic Query is beneficial in situations where you need to maintain data separation for security, compliance, or management reasons without moving or duplicating data. You could create tables with different schemas in the same database as an alternative solution if data separation requirements aren't a concern. However, there are advantages to using Elastic Query: nullnullnullnull
If your use case doesn't need the benefits offered by Elastic Query and combining tables within a single database is acceptable, you can create tables with different schemas in the same database, simplifying your architecture.