We are implementing in memory table technology in our application. There is one problem however: SQL server does not support rowversion (timestamp) in in memory tables. This is used by codefluent for concurrency protection.
Does anyone know a way to bypass this problem? We can't use the in memory tables at this point, which would be a big disappointment...