RE: Prevent direct connections
From: Mark Allison (marka_at_no.tinned.meat.mvps.org)
Date: 03/29/04
- Next message: Mike B.: "Re: Protecting database from administrators"
- Previous message: Mark Allison: "Re: Protecting database from administrators"
- In reply to: Kasey: "Prevent direct connections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Mar 2004 02:21:08 -0800
If the application resides on an application server then you might want to consider placing a firewall on the SQLServer, or placing SQL Server behind one. Then, you can restrict access to the SQL Server by IP address to only the application server and DBA team.
If this is not possible then you can apply some control by denying direct access to user tables and only allowing it through stored procedures. If you apply the appropriate permissions to the stored procedures, you will have a little more control.
-- Mark Allison, SQL Server MVP http://www.markallison.co.uk
- Next message: Mike B.: "Re: Protecting database from administrators"
- Previous message: Mark Allison: "Re: Protecting database from administrators"
- In reply to: Kasey: "Prevent direct connections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|