Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
1 1120John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
1 1006Write a sql query to sort on different column name according to the parameters passed in the function?
1 978Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?
1 1242You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?
1 1093
How many concurrent programs you have customized, can you name some of them?
What are the types of database explain each of them briefly?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What is the current version of postgresql?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
Have you used lexical parameters in reports?
Can you index views?
What are the kinds of subquery?
How efficient you are in oracle and SQL server?
what is bcp? When does it used? : Sql dba
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
what are all the common sql function? : Sql dba
how to start mysql server? : Sql dba
What is standby servers? Explain types of standby servers.