Hi
1. I am developing a c# application, with sql server express . The problem is , in my application I use windows authentication to connect to database. And I want the client not be able to view or modify the database unless is admin
So, I would need somehow to disable in sql server express windows authentication and allow only the sql server authentication
2.at my computer, if I try sql server authentication, i don't have a login there. From where could I add a login and password?
Thanks a lot