Xaisoft
Xaisoft

Reputation: 46591

Merge aspnetdb database with another one?

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

Upvotes: 3

Views: 1584

Answers (1)

Cameron McGrane
Cameron McGrane

Reputation: 4945

I would generate a script for the ASPNETDB tables (User Management Tables) and in advance properties select "Data Only" then follow Scott Gu's blog http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx on how to create a fresh ASPNETDB tables in a new database. With the new database run your data only generated scripts to populate.

Upvotes: 2

Related Questions