I am using SQL SERVER 2008 R2, I have two same DB,
- ABC (with only structure like schemas, tables but no data in the table)
- ABC1 (with schemas, tables and data in the tables)
How can I compare #1 & #2 for their Schema and Tables, do we have any software for it or we can do it in the SSMS itself.
You can use below software for compare database schema :
Redgate SQL Compare
was more user friendly than other.You can also try ApexSQL Diff - a SQL Server database comparison and synchronization tool which detects differences between database objects. It generates comprehensive reports on the found differences and can automate the synchronization process between live and versioned databases, backups, snapshots and script folders
Video - Introduction to ApexSQL Diff
Disclaimer: I work for ApexSQL as a Support Engineer