I feel like I should know this , but I just wanted to verify the steps necessary to upgrade a SQL Express database to full SQL.
- Unregister the repository
- Back up the database
- Detach database from SQL Express instance
- Attach it to full SQL server
- Re-register the repository
The system started in 9.1 and is very new. No expansion databases or anything. Anything "special" need to be done such as running scripts from KB articles etc.?