EntityFrameworkCore.TemporalTables icon indicating copy to clipboard operation
EntityFrameworkCore.TemporalTables copied to clipboard

Update-Database using Azure AD Account

Open henryderstine opened this issue 4 years ago • 0 comments

I have an situation where I am using an Azure AD Account to run my migrations. The migration will run and create all the tables but it doesn't create the Temporal Tables. If I change my connection string to a SQL account the Update-Database command builds both the main table and the Temporal Table. I thought it might be rights so I gave the Azure AD Account dbo rights but still nothing. Also, if I manually execute the SQL command from SSMS as the AD Account the Temporal Table is created, Any ideas? Thanks

henryderstine avatar Nov 20 '20 19:11 henryderstine