2
Reply

Users in SQL Server

Zehan Jurangpathy

Zehan Jurangpathy

Sep 17 2011 1:31 PM
1.2k
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

Answers (2)