How do I copy SQL Azure database to my local development server?

后端 未结 22 1158
抹茶落季
抹茶落季 2020-11-28 01:06

Does anyone know how I can copy a SQL Azure database to my development machine? I\'d like to stop paying to have a development database in the cloud, but it\'s the best way

22条回答
  •  再見小時候
    2020-11-28 01:48

    Regarding the " I couldn't get the SSIS import / export to work as I got the error 'Failure inserting into the read-only column "id"'. This can be gotten around by specifying in the mapping screen that you do want to allow Identity elements to be inserted.

    After that, everything worked fine using SQL Import/Export wizard to copy from Azure to local database.

    I only had SQL Import/Export Wizard that comes with SQL Server 2008 R2 (worked fine), and Visual Studio 2012 Express to create local database.

提交回复
热议问题