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

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -