I've developed a VB app which connects to an SQL Server 7.0 database. I'm using SQL Server security (not NT), but I want each user name to be used only once e.g. if user1 is logged on, another user can't login at user1 also.
In my doc check, I can't see how you can do this for a SQL Server login (not an NT-type login), absent some elaborate scheme involving stored procedures and grape jelly.
I think you need some Networking 101
I would not let a person log into the network more than once.
Create a separate user in User Manager for Domains.
Then create a global group and add each user that you want to allow into SQL server.
Then in SQL Server Enterprise Manager assign that group permissions as necessary.
DougP, MCP
dposton@universal1.com
Ask me how Bar-codes can help you be more productive.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.