Re: Allowing only certain clients access to SQL Server 2K
From: Raj Bhaskar (r.bhaskar@compserv.gla.ac.ukNOPSAMFOO)
Date: 01/21/03
- Next message: Chris: "Issue found with SQL Server SP3"
- Previous message: Mary Chipman: "Re: Secure a SQL-Server 2000 database."
- In reply to: Kresimir Radosevic: "Re: Allowing only certain clients access to SQL Server 2K"
- Next in thread: Kresimir Radosevic: "Re: Allowing only certain clients access to SQL Server 2K"
- Reply: Kresimir Radosevic: "Re: Allowing only certain clients access to SQL Server 2K"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 21 Jan 2003 16:32:01 +0000 From: Raj Bhaskar <r.bhaskar@compserv.gla.ac.ukNOPSAMFOO>
Kresimir Radosevic wrote:
> select net_address from sysprocesses where spid = @spid
>
> -- will give you the address, maybe this can help you
> -- QUERYING SYSTEM TABLES DIRECTLY IS NOT RECOMMENDED
When I tried that, it said "Must declare variable @spid". Any ideas?
Raj.
> "Raj Bhaskar" <r.bhaskar@compserv.gla.ac.ukNOPSAMFOO> wrote in message
> news:O6vOxyTwCHA.2868@TK2MSFTNGP12...
>
>>Hi folks,
>>I want to increase security on my SQL Server database by restricting
>>access to a small group of machines (based on IP address on our
>>intranet). I can't find any way of doing this. Eg, so that I can set it
>>to only accept connections from localhost, or the IP range 192.168.5.xx.
- Next message: Chris: "Issue found with SQL Server SP3"
- Previous message: Mary Chipman: "Re: Secure a SQL-Server 2000 database."
- In reply to: Kresimir Radosevic: "Re: Allowing only certain clients access to SQL Server 2K"
- Next in thread: Kresimir Radosevic: "Re: Allowing only certain clients access to SQL Server 2K"
- Reply: Kresimir Radosevic: "Re: Allowing only certain clients access to SQL Server 2K"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|