Hi we have just migrated a database from Azure Sql to an Sql server 2014 Standard. However after we moved the database we experience that insert queries of entities having navigational properties take alot more time to execute for some reason.
Have anybody else experienced this phenomenon when moving from Azure to an Sql server? In Azure the query is executed within milisecs but on Sql server it takes about 6sec. The queries are not very large so its a mystery to me.
Anybody know why the inserts takes alot more time after we moved from Azure to Sql Server?
We are using entity framework btw.
Best regards
/Robert