dbo account issue

  • normally dbo account is mapped to sa on user database. I've a user who's login mapped to dbo account. I'm unable to change the permission - I would like to map the user domain\abcuser account to db_datareader role and sa to be dbo - any suggetions? Thanks

  • It is an wired situation I also faced. I suggest you to try using TSQL instead of GUI. It should work

  • You can right click on database and change the owner of database to sa. Then just add the the other account as data reader.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply