https://github.com/liquibase/liquibase-mssql
MS SQL Server specific extension
https://github.com/liquibase/liquibase-mssql
core extension oss
Last synced: 3 months ago
JSON representation
MS SQL Server specific extension
- Host: GitHub
- URL: https://github.com/liquibase/liquibase-mssql
- Owner: liquibase
- Created: 2011-07-09T05:33:40.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T17:54:20.000Z (3 months ago)
- Last Synced: 2025-06-23T18:45:33.326Z (3 months ago)
- Topics: core, extension, oss
- Language: Java
- Homepage:
- Size: 1.64 MB
- Stars: 17
- Watchers: 16
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
liquibase-mssql [](https://github.com/liquibase/liquibase-mssql/actions/workflows/build.yml)
===============MS SQL Server specific extension
This extension wraps insert and load\_data commands with "set identity\_insert tablename on/off"
so that data can be inserted into auto increment columns when using MS SQL Server.For the Command Line Interface (CLI)\
In order to use this extension, copy the liquibase-mssql-.jar file into the lib directory of your liquibase install\
For instance if you installed your code into\
/opt/liquibase \
Copy this file into /opt/liquibase/libThen run your liquibase update commands
Example Changelog
```
```