DS said:
Is there any benifit in switching from Access to SQL Desktop Server?
Perhaps Speed?, Storage Size? If so how easy is it to migrate an Access
to SQL Desktop Server?
If you mean, you'd like to use your Access database application with data
stored in SQL Server Desktop Edition, that is certainly possible. As Jeff
pointed out, no version of SQL Server provides tools such as Access to
create a user interface, but SQL Server is very good for storing and
retrieving data.
If you run complex Queries, you may get some performance advantage over
using Access with the default Jet database engine. For most typical desktop
database applications, you will not see much, if any, difference. SQL
Server has built-in logging, and some recoverability features that are
better than Jet, as well.
A well-designed, well-implemented Access single- or multi-user database does
not necessarily become a well-designed, well-implemented client application
to a server datatbase just by linking the Tables in the server DB. It may
take some work to even get back to the same level of performance, and the
changes you have to make, as with any changes, may introduce errors that
you'll have to debug.
There's no "general rule," as to whether such a conversion is A Good Thing,
or A Bad Idea... it is very dependent on the requirements of the
application, and the skill of the implementers.
Larry Linson
Microsoft Access MVP