What is sql server schema compare? How we can compare two database schemas?



What is sql server schema compare? How we can compare two database schemas?..

Answer / Gurucharan Singh

SQL Server Schema Compare is a tool that helps you compare and synchronize database schemas between different databases. It allows you to compare the objects, their properties, and data within those objects, as well as generate scripts for updating or syncing one or more databases based on your comparison results.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to connect to a sql server using odbc_connect()?

1 Answers  


How real and float literal values are rounded?

1 Answers  


What are the types of constraints?

1 Answers  


Can we update data in a view?

1 Answers  


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

0 Answers   Facebook,


One table how may column and Primary key

3 Answers  


what's sql server? : Sql server database administration

1 Answers  


How to list all user defined functions in the current database?

1 Answers  


Explain isolation levels that sql server supports?

1 Answers  


What is the use of floor function in sql server?

1 Answers  


How many types of Cursor in SQL SERVER?

1 Answers  


Which is the latest version of sql server and when it is released?

1 Answers  


Categories