我找到一个工具,可以很容易把SQLServer里的数据导入到SQLCE:

  1. 工具名:Export2SqlCe.exe, 下载路径: http://exportsqlce.codeplex.com/releases/view/116839
  2. 命令行执行,举例:Export2sqlce "Data Source=.\sqlexpress;Initial Catalog=M1;Integrated Security=True" AW.sqlce

   【原创】手动导入SQLServer数据到SQLCE方法

   3.打开对应脚本,找到INSERT语句即可

   【原创】手动导入SQLServer数据到SQLCE方法

   4.在LINQPAD里之行结果

     【原创】手动导入SQLServer数据到SQLCE方法

 

相关文章:

  • 2021-05-29
  • 2021-08-27
  • 2021-08-02
  • 2022-01-02
  • 2021-12-23
  • 2022-01-02
  • 2021-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-28
  • 2021-12-23
  • 2021-12-29
  • 2021-12-23
  • 2021-06-01
相关资源
相似解决方案