Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: dbcc-checktable

Table with persisted computed CLR originated data marked with has_unchecked_assembly_data = 1, but DBCC CHECKTABLE does not unset this same flag

By adminPosted on March 1, 2023

Question : We have an OrderLines table with columns: Quantity int not null QtyCancelled int not null QtyBackorder int not […]

Is there any specific differences on table level integrity check between DBCC CHECKDB and DBCC CHECKTABLE?

By adminPosted on May 16, 2022

Question : I’ve faced with allocation error in one of our databases while running DBCC CHECKDB on it. It throws […]

What causes DBCC CHECKTABLE to return “session is in the kill state”?

By adminPosted on October 29, 2021

Question : A scheduled job step ran DBCC CHECKTABLE on a table but returned the following error: Cannot continue the […]

Overhead associated with DBCC CHECKTABLE?

By adminPosted on July 29, 2021

Question : Have a logshipped VLDB and don’t run DBCC CHECKDB on primary due to the long running periods of […]

DBCC CHECKTABLE taking 15+ minutes to run on an empty table

By adminPosted on March 23, 2021

Question : I have a database where DBCC CHECKTABLE on a number of small or empty tables taking over 15 […]

Why does DBCC CHECKTABLE WITH TABLERESULTS only report Error 8990 on corrupt tables?

By adminPosted on April 14, 2020

Question : I have a production VLDB that I’m using Paul Randal’s guidance on to spread DBCC CHECKDB workload over […]

Recent Posts

  • SQL Server backup. PowerShell vs Python [closed]
  • How to pass a parameter into a subquery in a join statement [closed]
  • Replicate a database with a subset of data offered by custom queries [closed]
  • Are there any benefits in certain ordering of columns when defining indexes
  • Logins aren’t syncing across Availability Groups
  • Finding same values and updating rankings
  • Servers running on Microsoft Windows instead output carriage
  • Master ip has changed in postgresql replication
  • optimize design for a table with 50 columns [closed]
  • SQLServer In-Memory database and log file size unexpected increase
  • Is it worth to optimize queries with EarlyTermination Timeout?
  • Is there way to get transaction commit timestamp in Postgres?
  • MySQL/PHP Returning Blank Error Message [closed]
  • Mysql might have too many indexes
  • Database replication with ability to revert to previous states
  • Linked server to Oracle doesn’t use filters. Are there any performance changes in different versions of SQL Server?
  • Enable query store for all databases
  • SQL Server 2012 Enforce Password Policy [closed]
  • Maintenance in MYSQL when innodb_file_per_table disabled
  • SQL Server stored procedure producing data related to months between two dates [duplicate]

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding