there are two databases to compare,but I can't connect one database directly. so I want to compare the schema,then get a script to update one database. VS2010 can compare two databases by dbschema file. How can I get a dbschema file of an existing sql 2005/2008 database, Notes:the machine which has the database doesn't install vs2010.

ty!

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

Take a look at the VSDBCMD.exe that allows you to generate .dbschema files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.