Hi, I'm on SQL Server 2014. Trying to add my user to a group. I use the following:[code="sql"]exec sp_addrolemember 'MyGroup', 'DOMAIN\jbloggs'[/code] I then check it using:[code="sql"]select IS_MEMBER('Underwriting')[/code]however it says no. I checked the usual things - the group is preexisting, my username is correct. I'm using SSMS as admin. I'm confused why it's not working...Can anyone help pls?J.
↧