Symptom
- Using an archive database
- bcp out of an archive database shows
144609 rows copied.
Clock Time (ms.): total = 649 Avg = 0 (222818.18 rows per sec.)
- bcp in to a traditional table shows 144609 rows
- select count(*) in the archive database is missing 6 row
select count(*) from <table>
go
-----------
144603
- select count(*) from <table> (0) - forces a scan on indid 0 returns correct number of rows in the archive database
.1> select count(*) from <table> (0)
2> go
-----------
144609
Read more...
Environment
SAP Adaptive Server Enterprise (ASE) 16.0
Product
SAP Adaptive Server Enterprise 16.0
Keywords
corruption, archive, index scan, table scan , KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview