Create Image error
I am using a backup file without password to create a new Image. Backup created in SQL 2014. Creating image using SQL 2016 instance. At the end of the process I see error message "sql clone user does not have permission to alter database 'SqlCloneTemp_editg01 database does not exists or not in a state that aloows access checks ALTER Database failed"
Tagged:
Answers
The backup path needs to be one which can be restored by the instance of SQL Server that you're using. UNC paths should work, but note that the account being used to access the backup is the account that the SQL Server service is running as in this case, not e.g. the SQL Clone Agent service's account.