A command-line interface (CLI) tool that automates stored procedure extraction in files from a SQL Server database.
- Extract stored procedures from SQL Server databases and save them as files.
- Supports .NET 7.
- Download the Nupkg folder from the latest release.
- Navigate to the directory where you extracted the Nupkg folder and open a terminal window.
- Run the following command to install the tool globally:
dotnet tool install --global --add-source ./nupkg sqlserver-sp-extractor
This command installs the sqlserver-sp-extractor tool globally on your system.
- Download the folder corresponding to your operating system from the latest release.
- Add the directory to PATH.
After installation, you can use the tool globally by running the following command in your terminal:
sp-extractor
You can now start extracting stored procedures from your SQL Server database using this command.