Can somebody point me in the correct direction where to find the problem of the following results:
Using filters "Job No." = '0714' AND "Job Task No." = '*1' give me result:
1.10.10.1
1.10.20.1
1.10.30.1
But using "Job No." = '0714' AND "Job Task No." = '*
.1' gives me:
1.11.10.1
1.10.20.1
1.11.20.1
1.10.30.1
1.11.30.1
So filter with [dot] gives more results then without. The results from either Dynamics NAV Form/Table or directly on SQL2008 are the same.
And the stranged thing is the problem is only with the numbers *0, *1 and *5
Comments
Hi
Which database collation are you using?
Can you try with a collation compatibile with SQL Server 2005?
example if you use "Latin1_General_100_CI_AS", try to use "Latin1_General_CI_AS"
Create a new empty database with a SQLSRV2005 collation and do a FBK restore (or import with a dataport only job task table). Then retry your query.
There is a know SQLServer bug with the new 2008 collation... an cumulative update (nr 6 or 7, i don't rememenber) will be relased within the end of this month.
Bye
Matteo
We are using "Latin1_General_100_CI_AI" as collation. As only our development environment is currently running SQL we can wait till this update is released. Where can I find more info about this update you mentioned...
Hi.
We have a ticket with Microsoft scaled to SQL Core Team exactly about this problem.
I don't know if there is some public information, but Support told me that the cumulative update 8 will be released at the end of this month.
Bye
Matteo
EDIT: Installed SQL 2008 R2 SP1, problem solved!