G
GA
Hello all,
I wonder if anybody has come across the same issue as the one I have or at
least knows a way to resolve it.
I had a dsn-less Access 2003 .mde running from each local machine and
connected to SQL Server 2005. Everything worked as expected but then users
started complaining about performance issues and I confirmed this with
some queries taking several minutes to run.
I've moved to an .ade and everything is running at a more acceptable pace
now *but* there is one issue that I cannot resolve. My main form is
populated by a view that pulls information together on the server. The
view has a SORT BY line and appears correctly sorted in SQL Server
Management Studio Express. When displayed in my front end it is not sorted.
I've read around this and I'm aware that ORDER BY works in conjunction
with SELECT TOP 100 and does guarantee a sorted result being output.
I'm out of ideas but if anybody has resolved this in some way I'd
appreciate any pointers.
Thanks - GA
I wonder if anybody has come across the same issue as the one I have or at
least knows a way to resolve it.
I had a dsn-less Access 2003 .mde running from each local machine and
connected to SQL Server 2005. Everything worked as expected but then users
started complaining about performance issues and I confirmed this with
some queries taking several minutes to run.
I've moved to an .ade and everything is running at a more acceptable pace
now *but* there is one issue that I cannot resolve. My main form is
populated by a view that pulls information together on the server. The
view has a SORT BY line and appears correctly sorted in SQL Server
Management Studio Express. When displayed in my front end it is not sorted.
I've read around this and I'm aware that ORDER BY works in conjunction
with SELECT TOP 100 and does guarantee a sorted result being output.
I'm out of ideas but if anybody has resolved this in some way I'd
appreciate any pointers.
Thanks - GA