Problem on deleting table from DB?
Posted: Wed Jun 01, 2016 10:57 pm
Hi,
I am trying to trim a table ( equal delete ) from my database in the SQL Server. But inappropriately end up with the following error .
Err;
Msg 5243, Level 22, State 7, Line 5
An discrepancy was noticed during an interior operation. Please interact with technical support.
--------
The Query i performed is ( its on similar single table)
select COUNT (*) from Compute_CTCSdetail_tmp
truncate table Compute_CTCSdetail_tmp
Any help?
I am trying to trim a table ( equal delete ) from my database in the SQL Server. But inappropriately end up with the following error .
Err;
Msg 5243, Level 22, State 7, Line 5
An discrepancy was noticed during an interior operation. Please interact with technical support.
--------
The Query i performed is ( its on similar single table)
select COUNT (*) from Compute_CTCSdetail_tmp
truncate table Compute_CTCSdetail_tmp
Any help?