Hi,
Im learning to create users in sql server. I have created a user for a database in sql server and assigned Privileges to the user as well.
I created the user as follows,
create user testUser without login;
Now i want to test this user. Can anyone tell me how to test this please??
Thanks,
Zehan