Hello to everyone,
We have updated a database from 3.70 (native) to Dynamics NAV 2009 SP1 on SQL Server 2008 SP1.
We have the new database with the Latin1_General_100_CS_AS Collation. If we filter in the table 7012 - Purchase Price, field "Item No." with the filter "S*" to show all the records that start with S, the sytem returns all the records that start with S. If we move the cursor with the up & down arrows the system goes through the records and all seems ok. However if you press CTRL + HOME or CTRL + End (to go to the first or last record) all the records disappear (like the filter does not return any records).
This behavior is only on SQL 2008 SP1 (I've checked in two different servers) instead of Native or SQL 2005 everything works fine.
I've changed the databse collation to SQL_Latin1_General_CP1_CS_AS and seems to work correctly.
Why it works fine with the same collation in SQL 2005 and SQL 2008 does not?
Thanks!!
Arseni Hernandez
0
Comments
But, why it works fine with the same collation that in SQL 2005 and with the collation of SQL 2008 does not?