Hello people I'm new here ni SQLServerCentral my name and André'm from Braziland I have some problems with a faulty basis. The situation and the following have a table with 114,866,343 Sedo so that these can not access 5866343. Started as followsselect count (*) from dbo.tblSIFOB- First the count of the table it presents 114 866 343select * from dbo.tblSIFOB- However through a select * so I can access 5866343- Introducing the following error.--An Error occurred while executing batch. Error message is: There is not enough space on the disk.- When running the dbcc checkdb he apresena the following error hasDBCC CHECKDB WITH ALL_ERRORMSGS, EXTENDED_LOGICAL_CHECKS--Msg 0, Level 11, State 0, Line 0--The Severe error occurred on the current command. The results, if any, shouldnt be discarded.- I tried to create a dump table to try to rescue the data deacordo with the last sample- Video Best of PASS Summit 2014: Advanced Data Recovery Techniques- Paul Randal.- Out of curiosity I ran one dbcc checktableDBCC CHECKTABLE ('dbo.tblSIFOB');GO--Msg 8939, Level 16, State 33, Line 2--table Error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation date), page (3: 3777096). Test (m_slots [0] .GetOffset () == == PAGEHEADSIZE && m_type PFS_PAGE) failed. Values are 74 and 96.--CHECKTABLE Found 0 allocation errors and 1 consistency errors in table '(Object ID 99)' (object ID 99).Someone would have any tips?There is some more information to base this with this 2010 des problem therefore all backup are in trouble.Obs .: Sorry for my English by google hehehehe
↧