运行一个自动作业,为Server 2008 R2上的所有数据库执行CheckDB DBCC。
我们有22个db,其中一个db有大约160 GB,我重新定位了一个大约70 GB的硬盘驱动器,但它失败了。
CheckDB Error : 1105 : Could not allocate space for object 'dbo.SORT temporary run storage: 172324227579904' in database 'tempdb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. [SQLSTATE 01000]我想知道这个db检查需要多少大小。
在使用了 Estimateonly 检查之后,它只给出了一个答案: 45MB....which是me 2008 R2中的一个bug,因此我尝试通过Serever 2012连接到数据库,并只对Estimateonly进行测试,但答案相同。
任何人都可以帮助我如何得到我需要的一个大的DBCC检查所需的确切大小?
由衷地
发布于 2016-08-31 13:14:28
了解更多信息。@TheGameiswar。我检查了我们的Server包。我们已经有了最新版本的Server..。在这里输入图像描述
https://stackoverflow.com/questions/39243915
复制相似问题