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 |
how can you connect from 10g user to 11g user??
What are the commands you'd issue to show the explain plan for "select * from dual"?
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
what is rebuild index??
When creating a user, what permissions must you grant to allow them to connect to the database?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
how do see how much space is used and free in a tablespace
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
When a user process fails, what background process cleans up after it?
what is incremental checkpoint?
How would you determine the time zone under which a database was operating?
what is the differnce between process and thread ?