About MicroSoft SQLServer Migration Assessment(MSMA) Module
“The MS2PG module provides a Rough order of magnitude (ROM) of the auto conversion and the manual efforts required to migrate an MS SQL Server database to PostgreSQL. It discovers the objects, accesses them and estimates conversion rate of your MS SQL Server db to Postgres Sql db. When given an MS SQL Server export in the form of a ZIP archive, the module parses and subsequently assesses its SQL files. The entire process takes place solely in the browser, without using any external resources.”
Steps to build the project
- Open the
package.json
file ofatroposs-msma-module
project and increase the version number based on release type i.e. minor or major to publish a new version of same NPM package. - Run
ng build atroposs-msma-module
to build the project. The build artifacts will be stored in thedist/
directory.Publishing
After building your library with
ng build atroposs-msma-module
, go to thedist
foldercd dist/atroposs-msma-module
and runnpm publish
.