Skip to content
Discussion options

You must be logged in to vote

@redBitBucketHed I'm currently using the data sync toolkit on the server with SQL server temporal tables. It doesn't work out of the box, but you can create get the data you need from a temporal table & its history to set all the necessary properties on the ITableData interface.

Here is a sample table & view that can be created in SQL to make this work. This is just an example. Our actual implementation was more complex, but this is the basics.

I ended up creating a view in SQL that maps to the necessary ITableData properties as getting the query project to work efficiently in Entity Framework Core was a PITA and resulted in less than ideal queries. I found that the ROW_NUMBER() partition…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@redBitBucketHed
Comment options

Answer selected by adrianhall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants