how to make SQL server more secure

China
February 9, 2007 7:04pm CST
I am managing a SQL server now!Can you give me some advices that i can make the SQL server more secure?
1 person likes this
2 responses
• United States
23 Feb 07
hmmm... here are some tips. 1. make sure the server is not configured to the default port 1433 2. restrict the access to extended sps to normal users 3. make sure you have an anti virus installed on the server 4. make sure to install windows updates on time 5. restrict access to the folders in which the data and log files stored. These are the ones i can remember at this time... may be more in the next reply... good luck cheers
@stonehr (818)
• Croatia (Hrvatska)
12 Feb 07
Disallow some function to be able for users.. Only you as administrator can do all functions and commands.... Users should have only basic function what is needed for using databases...Create table, drop, insert, select... and of course you should allow connecting to sql server only from local...