Advertisement

1 - 10 of 22 containing alltags:("checkdb") (0 seconds)
Hi, Will the dbcc checkdb, dbcc checktable or dbcc checkcatalog causing the database lock? will another user able to access the db if I run this dbcc statement
Zones: MS SQL ServerDate Answered: 06/16/2007 Grade: B Views: 52
I use ADO in a VB app.  One of the things I need to do in the app is backup the database using sql scripts. I want to run run DBCC CHeckDB to verify the database before I do a backup first but m...
Zones: MS SQL ServerDate Answered: 01/23/2001 Grade: C Views: 0
Under SQL6.5, sp_who2 reports that process_A (dbcc checkdb) is 'blkby' process_B. The blocking just sits there forever until I kill process_A. Questions for experts:   1. what kind of lock does DB...
Zones: MS SQL ServerDate Answered: 07/27/2003 Grade: A Views: 0
When I try to remove a specific field from a specific table, I get a message: '[tablename] - Unable to modify table.   ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find...
Zones: MS SQL ServerDate Answered: 01/22/2002 Grade: A Views: 0
FOr sql server 2000, could anyone be as so kind as to show me a script in which I can run the dbcc checkdb with the repair-rebuild option with all messages shown?? This is very urgent.....
Zones: DatabasesDate Answered: 02/18/2005 Grade: A Views: 108
I need to run a checkdb on an MSDE database.  I'm logged into the server running MSDE as an Administrator and typed the following at the command prompt: c:\osql -E -d Mydb and get the followi...
Zones: MS SQL ServerDate Answered: 06/15/2006 Grade: A Views: 12
I'm running Sybase 11.9.2, with raw partitions, on AIX.  Is using "dbcc checkdb('dbname')" the best (I know it's not speed wise...but in reliablity) way to check the DB for integrity.  What all doe...
Zones: SybaseDate Answered: 01/21/2007 Grade: A Views: 85
Dear EE Experts, Can I run a DBCC CHECKDB against a db that is in suspect mode? I am in sql2k. Thanks!
Zones: MS SQL ServerDate Answered: 02/15/2007 Grade: A Views: 4
I've discovered that DBCC CHECKDB is runing on all my databases every hour on the hour. Is this a default behaviour? It takes 10 - 15 minutes for it to run on my production ERP database, and users ...
Zones: MS SQL Server, DatabasesDate Answered: 09/08/2008 Grade: A Views: 0
What is the best way to run checkdb and new allow and have the results mailed to you using xp_sendmail upon error?? Thanks!!!
Zones: MS SQL ServerDate Answered: 03/16/2002 Grade: A Views: 4