I have installed SQL on my laptop and am getting the following message:
Server collation (Latin1_general_CI_AS) does not match the EmptyDB database collation (SL_Latin1_General_CP1_C1_AS)
can anyone tell me how I can fix this issue:
416-277-7167 (cell)
416-247-4652 (home office)
iMIS database collation must match master database
The iMIS database collation must match the collation of the SQL server. The empty database gets created using SQL_Latin1_General_CP1_C1_AS so it will only work if you install SQL server using this collation.
This was reported as an issue when iMIS15 first came out, but it does not look like it has been fixed.
You will have to re-install SQL Server on your laptop with that collation.