I currently have a website hosted developed with kentico 7. I tried importing the exported website into my localhost and that failed. In my findings, i realised that each table in the online version has a bvs (the database user created) prefix. I have tried creating the same scenario on my localhost without any luck. Does anyone have an idea ?
Here is the error displayed at importation.
EXEC sp_changedbowner 'bvs'
but it returned the error :The proposed new database owner is already a user or aliased in the database.
– Hourihan