![]() | ![]() |
Home |
|
|
What's New in SYBASE SQL Server Release 10.0? |
|
| Chapter 1: New Features in SQL Server Release 10.0 |
|
| New Security Features |
SQL Server Release 10.0 provides features targeted at the C2 level of trust. Many of the security features provide new flexibility for SQL Server users who do not need all of the C2 functionality. The major features are:
In previous releases, SQL Server allowed only one login, "sa", to perform most system administration tasks. SQL Server Release 10.0 recognizes the following security-related operational and administrative roles:
These roles can be granted to and revoked from individual login accounts in SQL Server, and a login account may possess more than one role. Roles can be granted permissions on objects and commands, similar to groups. Details on roles can be found in Chapter 2, "Roles in SQL Server" , in the System Administration Guide .
When Release 10.0 of SQL Server is installed, it still has the default "sa" account, which has System Administrator, System Security Officer, and Operator roles enabled. For greater accountability for the highly privileged users in your system, it is recommended that you create individual login accounts for users who are to be granted these privileges, grant them their roles, and then lock the "sa" account. If you have automated scripts or programs that log into SQL Server as "sa", see "Using Roles in SQL Server" for more information.
There are now a variety of mechanisms SQL Server uses to positively identify an individual user and to enforce accountability and security, such as:
New sections in Volume 1 of the SQL Server Reference Manual called "Roles" and "Login Management" provide an overview of the system procedures and other commands used to manage these features.
SQL Server can be configured to provide an audit trail for events such as:
The audit system includes a new database, sybsecurity , which contains the audit trail in a system table called sysaudits . Auditing is described in Chapter 16, "Auditing" , in the System Administration Guide .
|
|