Click here to Skip to main content
15,918,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Have one doubt. Maybe very silly for you all. But for me it is very big now.
Someone told me to enable sql authentication in sql for my system. so I enabled.
Now what my doubt is can I have to enable that authentication in all my clients systems. There i am using sql express 2014 and not installed any server management studio. So what I have to do now. Is this necessary to enable that authentication in their systems also. If yes then how can I do that?

What I have tried:

I searched in net but not find suitable solution for my problem
Posted
Updated 2-Jul-17 21:15pm

1 solution

In the clients you dont have to enable authentication in any way.
Your clients have to options to login in the sql:
a) Sql authentication (and then they have to provide an sql user and a password)
b) Windows authentication (and then the windows user is provided to login in the sql)
 
Share this answer
 
Comments
vijay_bale 4-Jul-17 6:11am    
Thankyou

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