SQL Server security best practice

Security! This is the word comes in mind of every concerned person when it come...

Change the Collation Settings in MS SQL Server

This post will show you how to change the collation settings in MS SQL Server for specific database...

Resolve collation conflict

In this post I will show you how you can resolve collation conflict error...

Book: SQL Server 2008 High Availability

In this book I have tried to cover every single piece of information that might requires for installing and configuring SQL Server HA option like Clustering, Replication, Log Shipping and Database Mirroring...

Why to recompile Stored Procedure

Generally, we create views and stored procedures (proc here after) ...

Showing posts with label c2 audit. Show all posts
Showing posts with label c2 audit. Show all posts

7/05/2006

Securing Microsoft SQL Server

Hi,
their are several ways to secure your SQL Server
1). Strengthen Password Mechanism
2). Using NTFS File System
3). Change the Port of SQL Server other than default
4). Use named instance
5). Set firewall
6). Using Windows Authentication
7). Using EFS

i would suggest to refer below links for more :
http://vyaskn.tripod.com/sql_server_security_best_practices.htm

www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlc2.mspx -- C2 Audit

http://www.sql-server-performance.com/ck_database_encryption.asp

http://www.sqlservercentral.com/columnists/bkelley/implementing_efs.asp

http://www.microsoft.com/sql/prodinfo/previousversions/securingsqlserver.mspx

Regards