I have SQL server 2000 with SQL Authentication. Can I verify user's
login and IP when he is connecting to the server. Our network doesn't
use Domain. All what I want is just - "User can logging only from his
computer".
Thanks
I don't know of a simple way of getting hold of the IP address of the
client - I suspect if there is a means, it's not particularly nice.
You can get the name of the client's PC, using HOST_NAME(), SUSER_SNAME()
will get you the login.
"mildlimit" <mildlimit@.gmail.com> wrote in message
news:42e7dba4-bdb1-40d7-8d36-515978fa96ac@.d21g2000prf.googlegroups.com...
>I have SQL server 2000 with SQL Authentication. Can I verify user's
> login and IP when he is connecting to the server. Our network doesn't
> use Domain. All what I want is just - "User can logging only from his
> computer".
> Thanks
|||A bit of searching turned up this:
http://www.codeprof.com/dev-archive/33/19-85-338850.shtm
...I would advise considering an upgrade to 2005 if and when you can - the
fact that you can get the IP address from the connections DMV is just one of
the wonders that the DMVs/DMFs can work!
"mildlimit" <mildlimit@.gmail.com> wrote in message
news:42e7dba4-bdb1-40d7-8d36-515978fa96ac@.d21g2000prf.googlegroups.com...
>I have SQL server 2000 with SQL Authentication. Can I verify user's
> login and IP when he is connecting to the server. Our network doesn't
> use Domain. All what I want is just - "User can logging only from his
> computer".
> Thanks
|||2 Will Alber
Thanks for link. Unfortunately we can't upgrate to 2005 8( But how to
retrieve this information from moment when user is trying to connect.
Maybe I need to write DLL (I know C++ well) or trigger on that event.
This is very important for me, because it touches on the security of
our network.
|||2 Tibor Karaszi
Understood. I was have one's suggestion from community. It's including
setup a middle level (ISA server - proxy) between a user and SQL
Server. Of course I can analysing IP address, but how to get SQL
login? And where I can read about installing such thing?
sql
Friday, March 30, 2012
How to verify user's login and IP with SQL Authentication?
Labels:
authentication,
connecting,
database,
doesntuse,
login,
microsoft,
mysql,
network,
oracle,
server,
sql,
user,
userslogin,
verify
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment