Click here to Skip to main content
15,886,842 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

i have database in windows administrator user and i have one standard user in windows 7 to access same database but that database is not accessible for that standard database.only that administrator user can access that database.

if i have given user mappings to built in user of my database then any user of windows7 can access that database otherwise not

How can i solve this problem?

Thanks in advance


Dhammaratna
Posted

1 solution

Try giving only the user rights by adding a SQL database login where the Login Name is like Domain\User with windows authentication. Then give the user permissions under User Mappings.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900