Hi All,
I'm deploying D365FFO on-premise version now and I got a little problem.
According to https://docs.microsoft.com/en-us/dynamics365/unified-operations/fin-and-ops/get-started/system-requirements-on-prem best practise, I have selected Latin1_General_CI_AS default collation for my SQL Server.
In https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/setup-deploy-on-premises-pu12 there is step no. 14 "Configure the databases" which says to download a ready AXDB database from LCS and restore it in your SQL server.
These previous steps have resulted in SQL Server with collation Latin1_General_CI_AS and AXDB database with collation SQL_Latin1_General_CP1_CI_AS (because backup file had this collation).
I'm almost sure that it will cause collation conflicts in AX, because of tempdb having different collation.
What should be done in this situation?