Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 477 Bytes

mssql.md

File metadata and controls

17 lines (15 loc) · 477 Bytes
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 %}