As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
IBM,
1 4284What are the different ways of moving data or databases between servers and databases in SQL Server?
3 8537Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
1 5441What is database replicaion? What are the different types of replication you can set up in SQL Server?
1 4818Explain the difference between a hot backup and a cold backup and the benefits associated with each?
TCS,
7 21622You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
3 11610Post New DB Administration Questions
What happens on checkpoint? : sql server DBA
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
How would you extract DDL of a table without using a GUI tool?
What the different components in replication and what is their use? : sql server DBA
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
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?
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
What are the recovery models for a database? : sql server DBA
Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles.
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What is fill factor? : sql server DBA
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA