Skip to content

How to generate a CreateAndPopulate SQL script for the Rock Installer

Mike Peterson edited this page Jun 23, 2014 · 5 revisions
  1. Use Smartgit to set your current branch to the release that you want
  2. Pull to get Latest
  3. Open the Rock solution using Visual Studio
  4. Change your connection string to RockRMS_NewDbName (delete this database if you already have it)
  5. Use Package Manager Console and run Update-Database
  6. Open Sql Server Management Studio (SSMS)
Clone this wiki locally