Combine aspnetdb database with another?

I have aspnetdb and I created another aspnetdb for a different website, but instead of starting from scratch, I would like to import all the data from the one who has users and other data into the new aspnetdb. Is there any way to do this? Are any tools available?

+3
source share
1 answer

I would generate a script for ASPNETDB tables (user management tables), and the advance properties select "Data Only", followed by Scott Gug's blog http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx on how to create fresh ASPNETDB tables in a new database. With the new database, your data is generated only by scripts.

+2
source

Source: https://habr.com/ru/post/1729440/


All Articles