I am working in Azure SQL Database. I want to find all Tables common to more than one database but have not been able to do so.
I am an "Admin" level User, but when I execute [select * from sys.tables]
in the master database I am not getting results for the 7 databases on the Azure server.
What is the method to select ALL Tables from all Databases in Azure SQL Database?