login - An SQL Server database with user name and password only -


i want create database in sql server 2012 accessible through own developed application. database should not accessible 'windows authentication' or other user. trying adding login sql server , mapping login database not working. there me out in problem?

you go database msms, create user-id , psw required permission , set user-id , psw in connectionstring


Comments