Link to home
Start Free TrialLog in
Avatar of Tech P
Tech PFlag for India

asked on

database and application

i have an application which needs SQL database . Application needs to add users on the application administration level with different permissions (user , changer etc ) . Do i need to create users also on SQL database ? All users are on Domain
Avatar of Peter Chan
Peter Chan
Flag of Hong Kong image

Yes, different users have their specific privileges on database objects. Read
http://technet.microsoft.com/en-us/library/ms187965.aspx
http://technet.microsoft.com/en-us/library/ms188371.aspx
Avatar of Tech P

ASKER

Do i need to create users also on SQL database ? is it not enough create users on application and connect to database
Hi Techp,
Yes, there should be database users in your application.
Avatar of Tech P

ASKER

hello huaminchen,

 question is , is it necessary to add users in SQL database server ? is it not enough adding users in application
Yes, you can also have the relevant user in the database.
Avatar of Tech P

ASKER

hello huaminchen,

question , is it must to add users in SQL database server to work on application ......or is it enough to add users on application and connect database. (all active directory users )
For instance, you have
john.smith

in active directory. You can also create the same user in database and further grant him with relevant privileges.
Avatar of Tech P

ASKER

i am expecting clear answer for the question

question , is it must to add users in SQL database server to work on application ......or is it enough to add users on application and connect database. (all active directory users )
ASKER CERTIFIED SOLUTION
Avatar of Peter Chan
Peter Chan
Flag of Hong Kong image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial