Hi JPM,
I am migrating from ASE as archive to IQ as archive for better storage management.
few tables are enabled for RLV Store, and few are not.
one of the biggest table "StmtStat" is causing 1 row inserts as it is not set for RLV Store.
Noticed, these 2 xml files are creating few tables with RLV_store='N'
MonSQL_V16SP03.xml: <t use_rlv_store="N">
MonSQL.xml: <t use_rlv_store="N"></t></t>
Any parcitular reason to disable RLV on these?
If i enable it, will it work?
Regards,
NKB
Anonymous
Hi,
yes it's normal
StmtStats has an IDENTITY column and Imust get the new value for each insert
Regards
JPM