MS SQL - have some troubles

Gentlemen
Now we should use MS SQL and I have tried to use Liqui.
When I use JDBC connection string

    jdbc:sqlserver://myserver:1030;databaseName=CR3
it doens work withoiut a diagnostic

When I use not databaseName - it works but creates schema in ROOT db…

So

  1. Can I force it to give me full information why it cannot works?
  2. Is there any notice how Liqui works MS SQL?

It should work fine with ms sql.  What version of liquibase are you using?  You can get  more output passing the logLevel=DEBUG flag.

Nathan

I use the jTDS driver successfully as follows:

    jdbc:jtds:sqlserver://dbHostName:1433/dbName

I also use the --defaultSchemaName option to specify the default schema (for things like the LiquiBase control tables).

Ben

Have not tried the MS JDBC driver.