Skip to content

Instantly share code, notes, and snippets.

@divukman
Forked from goyalmohit/export-data-using-liquibase
Created September 21, 2022 13:13
Show Gist options
  • Save divukman/6ac990ba772bf9520aae42c885524259 to your computer and use it in GitHub Desktop.
Save divukman/6ac990ba772bf9520aae42c885524259 to your computer and use it in GitHub Desktop.

Revisions

  1. @goyalmohit goyalmohit revised this gist Mar 2, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions export-data-using-liquibase
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    liquibase
    --driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
    --classpath="C:\\Program Files\\Microsoft JDBC Driver 6.0 for SQL Server\\sqljdbc_6.0\\enu\\jre8"
    --url="jdbc:sqlserver://<SQL Server name or IP>:1433;databaseName=AdventureWorks2017;integratedSecurity=false;"
    --url="jdbc:sqlserver://localhost:1433;databaseName=AdventureWorks2017;integratedSecurity=false;"
    --changeLogFile="D:\Source\generateChangeLog--PersonSchema.xml"
    --username=liquibase
    --password=liquibase
    --password=liquibase@123
    --logLevel=info
    --defaultSchemaName=dbo
    --diffTypes=data
  2. @goyalmohit goyalmohit created this gist Feb 22, 2019.
    11 changes: 11 additions & 0 deletions export-data-using-liquibase
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    liquibase
    --driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
    --classpath="C:\\Program Files\\Microsoft JDBC Driver 6.0 for SQL Server\\sqljdbc_6.0\\enu\\jre8"
    --url="jdbc:sqlserver://<SQL Server name or IP>:1433;databaseName=AdventureWorks2017;integratedSecurity=false;"
    --changeLogFile="D:\Source\generateChangeLog--PersonSchema.xml"
    --username=liquibase
    --password=liquibase
    --logLevel=info
    --defaultSchemaName=dbo
    --diffTypes=data
    generateChangeLog