How to generate a CreateAndPopulate SQL script for the Rock Installer - SparkDevNetwork/Rock GitHub Wiki
- Use Smartgit to set your current branch to the release that you want
- Pull to get Latest
- Open the Rock solution using Visual Studio
- Change your connection string to RockRMS_NewDbName (delete this database if you already have it)
- Use Package Manager Console and run Update-Database
- Open Sql Server Management Studio (SSMS)
- Right click on your RockRMS_NewDbName database and select Tasks | Generate Scripts...

- Click next until you see this screen, then click 'Advanced'

- Change 'Types of data to script' to 'schema and data' and click OK

- Click Next until done then click Finish
- Email resulting script to Rock Installer developer