Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 User Instance

Author  Topic 

cbpandya
Starting Member

1 Post

Posted - 2011-01-26 : 00:43:40
I have develop an application in Microsoft Access with SQL Database in backend. And i create users in sql database for the application. Now the problem is that one use can login on sql database by opening more than 1 access application and login into the sql database. I want that a single user can login in sql database only one time. if he want to login in sql database by opening another instance of access application.. sql denied that particular user.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-01-26 : 01:00:21
You'll need to design this inside your application as SQL Server doesn't provide that functionality.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -