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) 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.
2587Well 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 4830
How do I open an access 2007 file?
How to create a new table in oracle?
How do you set a primary key?
How do you delete a table?
How to check if a record exists in a mysql database php?
What is table valued function and scalar valued functions?
Is it ok to shrink transaction log?
In mysql, what is the default storage engine?
List out the components of logical database structure of oracle database.
How to enable/disable indexes?
how do you tune the slow running queries in oracle db , explain the methodology
Is mongodb orm?
What are the types of stored procedures in an sql server?
Do you know exporting and importing utility?
What is update locks?