hi,
im writing a vb.net application which connect to a db using integrated security. however, i wanted to implement a login screen so that the user enters their NT user name and password for initially connecting. this is because our information governance team want to verify the someone else is not using a machine without authorisation. by attempting to connedct initially using the user name and password, i can "verify" they are who they say they are and then continue to use integrated password.
also, i want to create database roles and assign NT user names to those roles. how can i assign a nt login to a database role?
sorry, database security is a very poor area for me and all help is gratefully received.
many thanks