Copying a database to an offsite location
The situation
You have a new offsite location, and you need to deploy your database to the new site. The database is large, so migration is not straightforward.
Key challenges
- Minimizing the time to deploy the database.
How we can solve it
- Use SQL Packager to package the database into a .NET executable.
- Select the objects and data that you want to be deployed.
- Preview the SQL code that will be used to create the schema and data.
- Generate the package using compression.
- Run the package on the destination server.
To learn more, take a look at our worked example.
Benefits of our solution
- SQL Packager can be run on the database while it is live, so there is no impact on users.
- Compressing the package reduces transfer and upload times.
- No expertise in SQL is required to run the .NET executable and install the database.
- The package can be used again and again, if necessary.
Case studies
- SQL Data Compare™ and SQL Packager™ help iCOMCept ensure customer's database accuracy
- Exia combines SQL Packager with InstallShield for easy installation and set up of web application
Online help
- SQL Packager: Packaging a database as a .NET executable

