datadude - Is it possible to run Visual Studio Database Edition schema migrations from the command line? -


visual studio 2008 database edition (data dude) has ability perform schema comparisons between databases , generate script migrates 1 database other. possible perform comparison , generate migration script command line? if so, command line tools, , same tools used in equivalent versions of visual studio 2010?

this vsdbcmd tool reference might answer problem.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -