Is it possible to run Visual Studio Database Edition schema migrations from the command line?
Posted
by Damian Powell
on Stack Overflow
See other posts from Stack Overflow
or by Damian Powell
Published on 2010-04-29T11:32:58Z
Indexed on
2010/04/29
11:37 UTC
Read the original article
Hit count: 655
Visual Studio 2008 Database Edition (Data Dude) has the ability to perform schema comparisons between databases and generate a script which migrates from one database to the other. Is it possible to perform this comparison and generate the migration script from the command line? If so, what are the command line tools, and are the same tools used in equivalent versions of Visual Studio 2010?
© Stack Overflow or respective owner