kentico - how do I change schema owner in ms sql server? -


i have website hosted developed kentico 7. tried importing exported website localhost , failed. in findings, realised each table in online version has bvs (the database user created) prefix. have tried creating same scenario on localhost without luck. have idea ?

here error displayed @ importation.

enter image description here

you can change schema owner using command:

alter authorization on schema::bvs db_owner; 

Comments

Popular posts from this blog

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -