layout | title |
---|---|
default |
SQL Server |
Running liquibase with the the JDBC driver located in the same directory as liquibase:
{% highlight sh %} ./liquibase --driver=com.microsoft.sqlserver.jdbc.SQLServerDriver --classpath=./sqljdbc4.jar --url="jdbc:sqlserver://:;databaseName=;integratedSecurity=false;" --changeLogFile=db.changelog-1.0.xml --username= --password= generateChangeLog {% endhighlight %}