Table error: Object ID 0, index ID 0, page ID (1:105). The PageId in the page header = (0:0) ?
Error message “Table error: Object ID 0, index ID 0, page ID (1:105). The PageId in the page header = (0:0)” flashed while performing BCP (Bulk Copy Program) utility to import data.
In order to complete my pending work in MSSQL server I have used ‘Bulk Insert’ command to import some important data. But soon I executed this command a giant error (mentioned above) flashed on my screen and insertion stopped.
When I run DBCC (Database Consistency Checker) command (DBCC CHECKDB) to find any damage or corruption in the database, it again displayed the same error message as mentioned above.
I am not getting the root of this problem.


