|
|
Internal Query Processor Error: The query processor encountered an unexpected error during execution
I am running a query on a SQL Server 2008 database express edition and when a do a delete query " delete from xxx where id='exemple' " i have the following error message :
"Internal Query Processor Error: The query processor encountered an unexpected error during execution."
then i tried ,to delete that row with sql managment studio 2008, i have this error message :
A problem occurred attempting to delete row 1 Error Source: .Net SqlClient Data Provider Error Message: Internal Query Processor Error: The query processor encountered an unexpected error during execution.
|
| Answers |
 |
Cannot delete that row.
is there any command to check or repare the sql2008 from errors ?
|
|
|
|
 |
i've got the same error before with a large database after an brutal shutdown of the server, and i haven't found any solution, so i created another database and copied all the data to the new database.
|
|
|
|
| Similar questions | Latest questions |
| |
|
|