What are the steps you will take, if you are tasked with
securing an SQL Server?



What are the steps you will take, if you are tasked with securing an SQL Server?..

Answer / sandeep

Again this is another open ended question. Here are some
things you could talk about: Preferring NT authentication,
using server, databse and application roles to control
access to the data, securing the physical database files
using NTFS permissions, using an unguessable SA password,
restricting physical access to the SQL Server, renaming the
Administrator account on the SQL Server computer, disabling
the Guest account, enabling auditing, using multiprotocol
encryption, setting up SSL, setting up firewalls, isolating
SQL Server from the web server etc.
Read the white paper on SQL Server security from Microsoft
website. Also check out My SQL Server security best practices

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More DB Administration Interview Questions

You create a private database link <link name> and upon connection, fails with: ORA-2085: <Link name> connects to <fully qualified remote db name>. What is the problem? How would you go about resolving this error?

0 Answers  


what do you understand by fine-grained auditing?

0 Answers   Oracle,


What are the different ways you can create databases in sql server? : sql server DBA

0 Answers  


From the database level, how can you tell under which time zone a database is operating?

1 Answers  


In what script is "snap$" created? In what script is the "scott/tiger" schema created?

0 Answers  






what is asm?

0 Answers   Oracle,


What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?

1 Answers  


What is the importance of a recovery model? : sql server DBA

0 Answers  


What are the operating modes in which database mirroring runs? : sql server DBA

0 Answers  


What type of index should you use on a fact table?

1 Answers  


1. how do you delete duplicate rows in a table? 2. can you disable and enable primary key? 3. how do you move tables from one tablespace to another tablespace?????

2 Answers   Genpact,


Explain the difference between a data block, an extent and a segment.

2 Answers  


Categories