Hi there,
when creating a DB with
Auto close= True
Auto shrink= True
Database read only= False
with a memory optimized data file, I receive the following message:
Similarly when creating a DB with
Auto close= False
Auto shrink= True
Database read only= True
it would fail.
For this database to be created, I would have to make auto close=false and db read only = false. Can anyone explain why? I have searched and I haven't found a clear answer.
What is the relationship between auto_close and memory optimized file data?
Thanks!