My apologies if this question betrays my inexperience.
I am attempting to create a utility C# app to backup and restore a local database. The app uses a connection string that specifies a username and password; the user belongs to the db_owner
role.
Backing up works, but restore does not. The user does not have permission to restore. I used SQL Server Management Studio 2014 to see if I could add the user to the db_creator
role, but the role is not available.
What are possible explanations for the db_creator
role missing? Can the role be created or added again?