A new topic, 'MSSQL 2005: how to generate sql Script DIRECT from 
changelog.xml', has been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=508.new#new

The text of the topic is shown below:

hi all,

just like the Subject mentioned, i would like to know are there any magic to 
generate sql Script direct from changelog.xml? 

that's say, i write a changelog.xml, then i would like to generate a mssql 
Script AND a mysql Script from it, even generate an oracal Script from this 
changelog.xml. Are there any method to do this? 

i usually generate sql from changelog.xml in 2 Steps, but now i would like to 
find a more effective way to do it. any tips or articels are  appreciated. 

step 1: generate a MSSQL DB "test2" by using changelog.xml

Code:
liquibase --changeLogFile=C:/liquibase/liquibase-1.9.5/test2/changelog.xml 
--driver=com.microsoft.sqlserver.jdbc.SQLServerDriver 
--url="jdbc:sqlserver://localhost:1433;DatabaseName=test2" 
--classpath="C:/xxx/sqljdbc4.jar" --username=us  --password=pwd migrate


step 2: export sql Script from DB "test2" by using SQL Server Management Studio.


thanks,

wantime

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to