I am not so much expertise in SQL Server.
I had created an application that uses SQL Server as its backend which connects on Windows authentication.
Now, I want to create a user id and password that should be used to access that database. And no one should have access through Windows authentication mode. Also I don't want to disable windows authentication mode.
Kindly suggest