Oracle (3259)
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) 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.
2527Well sometimes sp_reanmedb may not work you know because if some one is using the db it will not accept this command so what do you think you can do in such cases?
2 4744
What is default value database?
What does it mean to be in union?
Which is faster subquery or join?
What is compression - row-level and page-level compression?
What is the main component of ms access database?
How to write pl sql in postgresql?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Explain what is row_number function?
How large can a postgresql database be?
What are cursors? Explain the different types of cursors Enlist a few disadvantages of cursors.
What is the difference between ‘having’ clause and a ‘where’ clause?
What is default password for postgres?
Can you explain the 'between' clause?
how can we know the count/number of elements of an array? : Sql dba
What is sql select statement?