Hi. We run 2012 enterprise. I'm looking at instance level rights and see my windows login having sa role.
But when i try to issue this command i get an error saying its either an invalid id or i do not have permission:
CREATE USER [xxxxxxx_xxx] FOR LOGIN [xxxxxxx_xxx] WITH password = 'xxxxxxx_xxx', DEFAULT_SCHEMA=[dbo]
...can someone explain?