I need to compare two databases (e.g. DB1 and DB2) and identify the objects not in DB1 comparing DB2.Is there a SQL Script which can do this job for me? No third party tool please.I want to compare following:Table name in DB1 and DB2Table structure in DB1 and DB2 (including identity seed and identity increment in each table)View name in DB1 and DB2View structure in DB1 and DB2Stored procedure name in DB1 and DB2Stored procedure structure in DB1 and DB2So triggers and functions aswell.Thank you
↧