开发者

How to copy the tables from one database to another database using SQL Server CE

开发者 https://www.devze.com 2023-03-12 03:00 出处:网络
I have two databases (SQL Server CE) that is one for Admin and other for Users I have craeated an ASP.net membership for Admin.sdf. I don\'t want to copy membership tables from Admin.sdf to User.Sdf

I have two databases (SQL Server CE) that is one for Admin and other for Users

I have craeated an ASP.net membership for Admin.sdf. I don't want to copy membership tables from Admin.sdf to User.Sdf.

Please help me how to copy the remaining tables except the membe开发者_开发问答rship tables in SQL Server CE from code behind c#.

0

精彩评论

暂无评论...
验证码 换一张
取 消