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

SQL php on different pages to Insert (mysqli) -

How to combine associative arrays in bash? -

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