Migrating an Access Database into SharePoint 2007

microsoft accesssharepoint

To my surprise and delight I read that an adminsitrator can import (nearly directly) an Access 2007 database into a sharepoint site. Automagically, the database in transformed into lists and views with some table lookup thrown in for good measure. With Access 2007 installed on the client machine, even the forms and what not can still be reused.

To me… this sounds to good to be true.

Has anyone actually dones this? With all this good news, where is the bad stuff and pitfalls to this. Depending on the size of the database, wouldn't this some how "gum up the works" in the SharPoint database?

Sources:
http://madhurahuja.blogspot.com/2007/01/adding-data-to-sharepoint-l-ists-in.html
http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/17745835-a861-4984-9f44-7291fdae7d07

Best Answer

One thing to remember is that SharePoint doesn't handle large tables (2000+ records) well - Performance goes to crap.

I also believe that any custom indexing on tables will disappear, although simple indexing stays.

Related Topic