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.
| Author |
Topic |
|
mb
Starting Member
16 Posts |
Posted - 2002-03-28 : 11:46:15
|
| Is it possible within SQL server to restrict user logins - so that for example to prohibit multiple logons for the same userid ? |
|
|
Jay99
468 Posts |
Posted - 2002-03-28 : 11:56:37
|
| Had to read that a couple times . . .When you say 'userid', you mean login, right like "sa"?When you say logons, you mean connections, right?If I did the translation correctly, the answer is no. Manage your security by object, not by connection.Jay<O>Edited by - Jay99 on 03/28/2002 11:57:11 |
 |
|
|
|
|
|