SQL Packager is a unique tool, described by sql-server-performance.com as "a tool that you have never seen before, which provides a clever solution to a common problem." Basically, it's a simple and painless way of deploying databases, either on their own or as part of a larger .NET application. SQL Packager:
- Scripts your entire database accurately and quickly
- Moves your database from A to B
- Compresses your database as an .exe or launch as a Visual Studio project
- Simplifies SQL Server database deployment
- Provides easy roll-out of database application updates across your clientbase
It does this by scripting and compressing the entire database – schema and data together – and packaging it up as a deliverable .exe file. Installing, updating or distributing your database now becomes a simple point and click procedure.
Reviews