dbcc
Why Row Locks Exist on An Completely Empty Partition in SQL Server?
I made a partitioned table with range left func. I then insert some rows into just one partition. Result:[详细]
2023-03-21 06:48 分类:问答How to get table name from database id, file id, page id in MS SQL 2008?
I\'ve de开发者_如何转开发adlock graph in which the locked resource is mentioned by these three fields DB ID, File ID, Page ID. There is also some associated objectid.[详细]
2023-03-04 20:31 分类:问答can i cleanup buffer for some specified database instead of the entire sql server
from what i know, if i execute \'DBCC FREEPROCCACHE\' and \'DBCC DROPCLEANBUFFERS\', the buffer of entire server will be cleanup.[详细]
2023-02-22 16:17 分类:问答SQL Server: Hidden risks of using DBCC SHRINKFILE
We\'re getting a huge LDF file by using a full recovery mode in a SQL Server DB. so we\'re planning to shrink the log file.[详细]
2023-01-15 00:41 分类:问答DBCC SHRINKFILE operation increases data usage instead
First of all, I know it\'s better not shrink database. But in our situation we had to shrink the data file 开发者_如何学Pythonto claim more space back.[详细]
2023-01-06 05:10 分类:问答tsql to know when dbcc checkdb was run on a database last time
Using Tsql, how can i know when DBCC checkdb wa开发者_如何学Pythons last run on SQL server (2000, 2005 or 2008)?[详细]
2022-12-30 01:11 分类:问答Which DBCC commands do I need to run to make sure SQL Server's caches are totally clean?
I want to do some SQL Server performance testing and I want to establish a good baseline. I want to flush all the caches each time so that I know between each test it h开发者_JAVA百科asn\'t cached som[详细]
2022-12-25 06:37 分类:问答DBCC shrinkfile gives error
I am trying to shrink my log file using DBCC SHRINKFILE(db_2.ldf), which is the name for log file It 开发者_如何学Pythongives me error every time:[详细]
2022-12-22 15:10 分类:问答Is there an application that works as DBCC wizard?
DBCC (DB Consistency Check) commands are powerful tools but they don,t have a graphical user interface. now 开发者_StackOverflowIs there a application that works like DBCC wizard?Some of the advanced[详细]
2022-12-20 08:51 分类:问答DBCC SQL Server 2000 sysindexkeys
I have a SQL Server 2000 database. When I run the following command select * from sysindexkeys This display the appropriate records.[详细]
2022-12-16 18:44 分类:问答