-
I was glad to read in the recent blog post that the old .sqlproj format is finally being replaced. Looking forward to this working in VS / SSDT as well. I have several questions about this project and related technologies:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Good questions! For SMO - SQL Management Objects is open source and is in its own repository: https://github.com/microsoft/sqlmanagementobjects |
Beta Was this translation helpful? Give feedback.
Good questions!
This repo does cover discussions around all of the data-tier application framework (dacfx), including building dacpacs. We have not open-sourced the full dacfx library at this time but are continuing to invest in it with new features and work on a road to being open source.
For SMO - SQL Management Objects is open source and is in its own repository: https://github.com/microsoft/sqlmanagementobjects
You're welcome to contribute to the unit tests (https://github.com/microsoft/sqlmanagementobjects/tree/main/src/UnitTest) or other areas of the library.
(DacFx is not implemented with SMO)