How to set the time zone for MySQL to particular country time?
what is difference between 1.append to media 2.overright the existing media when we take back up in sql server2000
can we delete autodiff back up that we have set through sql server agent.
How would you go about increasing the buffer cache hit ratio?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
Explain the use of table functions.
Where in the Oracle directory tree structure are audit traces placed?
How would you determine what sessions are connected and what resources they are waiting for?
Give two methods you could use to determine what DDL changes have been made.
What view would you use to determine free space in a tablespace?
How would you determine who has added a row to a table?
What is an SQL FORMS ?
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
Scalability, Availability, Integration with internet, etc.)?