Advertisement

1 - 10 of 184 containing alltags:("dbcc") (0 seconds)
Are there any tools out there that will check my tables (11.92) for Structural Integrity that don't take forever to run like DBCC. Here's my problem: Every once in awhile one of my Tables ge...
Zones: SybaseDate Answered: 06/28/2002 Grade: A Views: 0
Anybody know the procedure to use DBCC corrupt, to forcibly corrupt a database table
Zones: SybaseDate Answered: 07/20/2001 Grade: A Views: 0
Hi,   I have an SQL 7 server DB which I shrunk recently(using Enterprise manager not the DBCC option).I had problems with one of the tables existing outside the extent of the newly shrunk databas...
Zones: MS SQL ServerDate Answered: 09/13/2001 Grade: A Views: 0
I have a 17GB mdf and a 400MB ldf on C: and then I have a 18GB mdf and  a 13GB ldf on C:\MSSQL7\Data for the same database. I ran DBCC SHRINKDATABASE and dump transaction database with no_log. ...
Zones: MS SQL ServerDate Answered: 10/09/2003 Grade: B Views: 0
Why does DBCC CHECKDB automatically randomly execute? How do I change the run time from being random to a fixed time? I'm using MS SQL Server 2000. When the DBCC CHECKDB runs, the users would lock ...
Zones: DatabasesDate Answered: 01/30/2004 Grade: C Views: 0
Our db server ran out of disk space causing us some problems.  we've since rectified it however, now I cannot access the current activity window.  It constantly times out.  At first I thought we ma...
Zones: MS SQL ServerDate Answered: 08/19/2004 Grade: A Views: 0
EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?')"
Zones: DatabasesDate Answered: 08/16/2005 Grade: A Views: 0
Over the last 2 days i have so many locks on our database i could not keep up with it.....thats all i did kept checking sp_who2....and sysproceses. One of our databases did grew in size ....so i...
Zones: MS SQL ServerDate Answered: 07/11/2006 Grade: A Views: 0
on our global web application platform we have an index defragging job that runs each sunday. We have an SP that gets fragmentation details for tables and does a DBCC INDEX DEFRAG if  logical index...
Zones: MS SQL ServerDate Answered: 10/12/2006 Grade: A Views: 0
DBCC SQLMGRSTATS: Used to produce three different values that can sometimes be useful when you want to find out how well caching is being performed on ad-hoc and prepared Transact-SQL statements. ...
Zones: MS SQL ServerDate Answered: 05/09/2007 Grade: B Views: 0