I have two different databases that share some of the same tables, and differ by a few tables. Is there a way that I can get an output of the differences between just the table names in the databases?
I’m using MS SQL Server, and both of the tables are on the same DB server.
You can use a database compare tool like DBComparer
Its absolutely free as well and works great for me.