Hi experts,
base on our situation we try to apply some partitions on sql based on some datetime fields
we should apply this changes on indexes
but I can't find anythings in AOT for that purpose
thanks for your help
Hi experts,
base on our situation we try to apply some partitions on sql based on some datetime fields
we should apply this changes on indexes
but I can't find anythings in AOT for that purpose
thanks for your help
You can do the change directly in SQL. However, during DB sync those changes could be deleted. To stop that in applicaion class there is DBsync method where you can add direct SQL there to recreate those changes. You will find some example there. Standard app recreates Store procedures in that method, so you can follow same logic.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156