Hello,Is there any way/view where we can find the unprocessed records for a SAP HANA table under SLT replication.I'm aware of one way, but is there any other approach where we can simply query the Hana Database and get all this information.
TIA.
...
We have a table say Test_1 with multiple columns in it.
We changed the datatype of one column Format_cd in the same from Nvarchar(300) to Nvarchar(1000)
Now this table is used in the table function.
We've declared:
Declare temp table (user_id...
Do we have an answer for this? We are facing the same issue.
Just to summarize -
We are using HANA 1.0 SPS12. We have one CV with type as star join. We have inner join between few dimension CVs and transaction table and left outer join between tr...