How do I copy SQL Server 2012 database to localdb instance?

后端 未结 9 1972
你的背包
你的背包 2021-02-04 00:49

I\'m looking to copy a SQL Server 2012 Standard database to my localdb instance. I\'ve tried the wizard which complains that localdb isn\'t a SQL Server 2005 or later expres

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 01:14

    1. You can do it manually. this can be done by using dot net and opening two kinds of connections and forwarding data from one of them to the other. but this needs to create the same types of columns in the local one.
    2. You can check the importing options of MS Access 2007

提交回复
热议问题