I have about 10 databases we are thinking of moving the back-end to a SQL Server 2005, due to expansion (more and more users are using these databases daily) and speed issues. Most of the databases were created either with Access 2000 or 2003. I did a little research and was told not to use .adp projects, but instead use linked tables to the SQL Server because of compatibility problems.
Will this slow down the performance/speed of the database if we still use Access as a front-end and have linked tables to the SQL Server? Instead of using queries in the Access database, would stored procedures and view be a better route with this setup?
Most of these databases needs to be normalized to also help with our performance issues, once that is done most of the old queries and forms will have to be changed or redone entirely.
Would it be a better idea to jump to a new interface (probably done with a .NET language) than trying to stay with Access for the time being? Eventually we would like to try to get away from Access and keep all of our data in one central location.
Any comments or suggestions are appreciated. Thanks.
Will this slow down the performance/speed of the database if we still use Access as a front-end and have linked tables to the SQL Server? Instead of using queries in the Access database, would stored procedures and view be a better route with this setup?
Most of these databases needs to be normalized to also help with our performance issues, once that is done most of the old queries and forms will have to be changed or redone entirely.
Would it be a better idea to jump to a new interface (probably done with a .NET language) than trying to stay with Access for the time being? Eventually we would like to try to get away from Access and keep all of our data in one central location.
Any comments or suggestions are appreciated. Thanks.