In order to change the owner of a database, we do the following:
ALTER DATABASE nameOfDatabase OWNER to newOwner;
Published by Muhammad Asfour
Estimated reading time: 1 min
In order to change the owner of a database, we do the following:
ALTER DATABASE nameOfDatabase OWNER to newOwner;