Securing Database Servers

Database Server Security Overview

When it comes to securing database servers, the actual database software usually provides some security features or mechanism which you can implement. A common database is Microsoft SQL Server which you can manage through its Enterprise Manager tool. The Enterprise Manager can be found in the SQL Server program group.

It is recommended that you do not expose your SQL Server databases to public networks such as the Internet. If you do have to connect a SQL Server database to the Internet, a firewall should be in place to protect the SQL Server database.

You can manage and control access to a database server by configuring settings via a data source name (DSN). The Information contained in the DSN is used by programs when connections to the data source needs to be established.

The information contained in the DSN includes:

It is recommended that you use one of the authentication modes supported in SQL Server if a DNS is being used to establish connections with a SQL Server database.

The following modes of authentication are supported in SQL Server:

You can also configure permissions which control the activities a user can perform on the actual data within the SQL Server databases.

Permissions can be configured at the following levels:

If necessary, you might also need to secure a database server using any other server roles which access the specific database.

The SQL Server authorization methods which you can configure are listed here:

Another security feature of SQL Server is its ability to be configured to log authentication specific events to the Application event log: The different levels of authentication logging which you can configure are listed here:



Top 5 Free Networking Tools

Bookmark Securing Database Servers

Latest Blog Posts


English English GermanGerman SpanishSpanish FrenchFrench ItalianItalian PortuguesePortuguese RussianRussian DutchDutch
GreekGreek HindiHindi JapaneseJapanese KoreanKorean ChineseChinese Chinese (Simplified)Chinese (Simplified) ArabicArabic

Copyright 2009 Tech-FAQ. All rights reserved. Privacy Policy.