I’m trying to use the SQL Server extension, but can’t seem to find any examples of it’s use - specifically how to add the jar to the classpath if using the command line. Thanks for any help.
I’m trying to use the SQL Server extension, but can’t seem to find any examples of it’s use - specifically how to add the jar to the classpath if using the command line. Thanks for any help.
Though I have a very Oracle background, I manage to run LiquiBase on an M$SQL server with these settings in my liquibase.properties:
If you are using the command line, use the --classpath parameter to point to the jar files for your JDBC driver and the sqlserver extension jar file. On windows, use ; to separate them. For example, --classpath=“sqlutils.jar;liquibase-sqlserver-1.0.jar”
Nathan