Collation Issue

galland1928
Member Posts: 12
A month ago we upgraded from SQL 2000 to SQL 2005 and from NAV 4.01 to NAV 4.03 Update 6.
Since then, several of our users noticed that when they pull up the item list, the items aren't in the right order that they are used to. We identified that there was a collation issue that caused this and to restore our db.
We restored our db this weekend thinking the collation issue would be fixed but it is still there.
Here is a copy of the table definition (correct me if this is the incorrect term) of our db with the collation issue:
CREATE TABLE [dbo].[Live db$Item](
[timestamp] [timestamp] NOT NULL,
[No_] [varchar](20) COLLATE Latin1_General_CS_AS NOT NULL,
[No_ 2] [varchar](20) COLLATE Latin1_General_CS_AS NOT NULL,
[Description] [varchar](30) COLLATE Latin1_General_CS_AS NOT NULL,
[Search Description] [varchar](30) COLLATE Latin1_General_CS_AS NOT NULL,
[Description 2] [varchar](30) COLLATE Latin1_General_CS_AS NOT NULL,
Here is a copy of the table definition without the collation issue:
CREATE TABLE [dbo].[TEST db 11-15-07$Item](
[timestamp] [timestamp] NOT NULL,
[No_] [varchar](20) NOT NULL,
[No_ 2] [varchar](20) NOT NULL,
[Description] [varchar](30) NOT NULL,
[Search Description] [varchar](30) NOT NULL,
[Description 2] [varchar](30) NOT NULL,
Any idea's on how to fix this or what could have caused it?
Thanks
Since then, several of our users noticed that when they pull up the item list, the items aren't in the right order that they are used to. We identified that there was a collation issue that caused this and to restore our db.
We restored our db this weekend thinking the collation issue would be fixed but it is still there.
Here is a copy of the table definition (correct me if this is the incorrect term) of our db with the collation issue:
CREATE TABLE [dbo].[Live db$Item](
[timestamp] [timestamp] NOT NULL,
[No_] [varchar](20) COLLATE Latin1_General_CS_AS NOT NULL,
[No_ 2] [varchar](20) COLLATE Latin1_General_CS_AS NOT NULL,
[Description] [varchar](30) COLLATE Latin1_General_CS_AS NOT NULL,
[Search Description] [varchar](30) COLLATE Latin1_General_CS_AS NOT NULL,
[Description 2] [varchar](30) COLLATE Latin1_General_CS_AS NOT NULL,
Here is a copy of the table definition without the collation issue:
CREATE TABLE [dbo].[TEST db 11-15-07$Item](
[timestamp] [timestamp] NOT NULL,
[No_] [varchar](20) NOT NULL,
[No_ 2] [varchar](20) NOT NULL,
[Description] [varchar](30) NOT NULL,
[Search Description] [varchar](30) NOT NULL,
[Description 2] [varchar](30) NOT NULL,
Any idea's on how to fix this or what could have caused it?
Thanks
0
Comments
-
For me it looks like one way is to do NAV backup and restore to have correctly created tables.0
-
Kine, thanks for the response.
We actually did run this restore process this weekend hoping it would fix this issue, however it did the same thing.0 -
Any idea's anyone? :?0
-
was this done through navision backup and restore or sql backup and restore?0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions