Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Need help using SSMA to migrate Access to Sql

Author  Topic 

jcarmichael
Starting Member

1 Post

Posted - 2007-07-06 : 08:27:03
i have an access 2003 application that uses linked tables to three backend access 2003 databases.

the front-end application has queries and reports.

i used SSMA to migrate the backend databases to SQL Server 2005. Everything went fine.

i did not think i had to do much with the front-end application but relink the tables via ODBC to the newly migrated backend databases. the execution of some of the queries from the front-end application are not working well at all.

many of the queries are based off other queiries and the speed is unacceptable...the pc seems to even lock up!

if i create a new query to just read directly from a linked table, everything seems fine however.

my question is...should i also convert the front-end .mdb via SSMA so that the queries will be converted to SQL Server views? if so, what do i do next?

   

- Advertisement -