A customer wants to migrate his multiuser file-operated Access database to
SQL, but it's concerned about how will it handle locks.
i haven't found any info on the web in the migration documents, hope you
guys can help.
thanks in advance.
Guillermo
Mary Chipman [MSFT] - 19 Sep 2007 16:07 GMT
Locking partially depends on how you design your application. Many
Access apps suffer from performance degration after a straight port
because Jet is able to perform caching on the local machine, an
ability you don't have when all calls go over the wire. Also, pay
attention to how the database is designed and normalized. Concurrency
suffers when 2 users attempt to manipulate data on the same row at the
same time, leading to blocking and deadlocking issues. I'd recommend
searching on the phrase "SQL Server isolation levels" and reading up
on the subject. Your customer is right to be concerned.
-Mary
>A customer wants to migrate his multiuser file-operated Access database to
>SQL, but it's concerned about how will it handle locks.
[quoted text clipped - 4 lines]
>
>Guillermo
Tony Toews [MVP] - 22 Sep 2007 07:47 GMT
>A customer wants to migrate his multiuser file-operated Access database to
>SQL,
Why? There are good reasons to migrate but does the customer have
those good reasons?
Tony

Signature
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/