Hello,
We are in the process of migrating our Dynamics GP SQL databases from SQL 2005 to SQL 2008. Both instances of SQL are on separate servers.
The existing SQL Server 2005 sort order shows the following when doing a sp_helpsort query:
Latin1-General, binary sort
The SQL server 2008 Server shows when running a sp_helpsort query:
Latin1-General, case-insensitive, accent-sensitive, kanatype-insensitive, width-insensitive for Unicode Data, SQL Server Sort Order 52 on Code Page 1252 for non-Unicode Data
If I backup the SQL databases from SQL 2005 and restore to SQL 2008, will this be an issue given the different sort orders between the two servers?
If the difference of Sort Orders will be an issue, what are my options?
One more item I want to add is that once I move all the GP databases to SQL 2008, I will plan to upgrade GP 10 to GP 2013 with Management Reporter.
Any advice is greatly appreciated
*This post is locked for comments