Data Import and export for a SaaS solution

Answered Data Import and export for a SaaS solution

  • Thursday, January 03, 2013 12:12 PM
     
     

    Hi Folks,

    For a Multi-tenant SaaS solution hosted on a single SQL Server 2008 R2 instance (many db's and many clients per db). What is the best mechanism for a tenant to import and export data (say to a csv file on a local directory). Assume data migrations are small but frequency is high due to many users. Should I consider running an export through a Stored Procedure, SSIS or dynamic SQL through an ODBC or ADO data provider. The user interacts with the system through a web interface. It has been suggested that MVC and entity framework is the way to go.

    Any and all comments are welcome.

    Kind regards

    Jon

All Replies