How can I get dbschema file from existing sql database 2005/2008?

there are two databases for comparison, but I cannot connect a single database directly. so I want to compare the schema and then get a script to update a single database. VS2010 can compare two databases using the dbschema file . How can I get the dbschema file from an existing SQL database 2005/2008, Notes: a machine in which database vs2010 is not installed.

ty!

+4
source share
1 answer

Take a look at VSDBCMD.exe , which allows you to create .dbschema files.

+4
source

All Articles