H
Helmut Herrmann
We have several Access 2003 projects (.adp) with data, queries, stored
procedures etc. in SQL Server. After upgrading SQL Server from 2000 to 2005
all queries do no longer sort their results according to the "order by"
clauses. Example:
SELECT TOP 100 PERCENT dbo.t_PERSONEN.PersID, dbo.t_FIRMA.FIRMA_NAME_KURZ,
dbo.t_PERSONEN.NACHNAME, dbo.t_FIRMA.FIRMA_ID
FROM dbo.t_FIRMA INNER JOIN
dbo.t_PERSONEN ON dbo.t_FIRMA.FIRMA_ID =
dbo.t_PERSONEN.FIRMA_ID
ORDER BY dbo.t_FIRMA.FIRMA_NAME_KURZ, dbo.t_PERSONEN.NACHNAME
I also opened the projects and tried the queries in Access 2007 and
experienced the same behavior.
Does anybody know a solution?
procedures etc. in SQL Server. After upgrading SQL Server from 2000 to 2005
all queries do no longer sort their results according to the "order by"
clauses. Example:
SELECT TOP 100 PERCENT dbo.t_PERSONEN.PersID, dbo.t_FIRMA.FIRMA_NAME_KURZ,
dbo.t_PERSONEN.NACHNAME, dbo.t_FIRMA.FIRMA_ID
FROM dbo.t_FIRMA INNER JOIN
dbo.t_PERSONEN ON dbo.t_FIRMA.FIRMA_ID =
dbo.t_PERSONEN.FIRMA_ID
ORDER BY dbo.t_FIRMA.FIRMA_NAME_KURZ, dbo.t_PERSONEN.NACHNAME
I also opened the projects and tried the queries in Access 2007 and
experienced the same behavior.
Does anybody know a solution?