Membership download
- From: "jrl" <jrl@xxxxxxxxxxxxxxxx>
- Date: Thu, 13 Mar 2008 04:24:42 GMT
I'm fairly new to using SSIS, but I have learned how to download the contents of a custom database to a local development server (both with SQL 2005). Now I am trying to learn how to download a copy of the membership (all the tables related to applications, logins, roles, profiles).
At first I tried using the wizard to transfer these tables, but it resulted in an error related to foreign keys:
[Execute SQL Task] Error: Executing the query "TRUNCATE TABLE [aspnetdb].[dbo].[aspnet_Roles] " failed with the following error: "Cannot truncate table 'aspnetdb.dbo.aspnet_Roles' because it is being referenced by a FOREIGN KEY constraint.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
So then I tried using the tranfer logins task. I thought it might transfer the login accounts, but after setting it up and running it (successfully), I notice that there are no data flow items, and the results are [Transfer Logins Task] Information: "There are no logins transferred.".
I would like to completely overwrite my local aspnetdb database with all the membership data that has been collected on a webserver.
Can you give me a procedure for this, or a link to instructions?
(SSIS is using VS2005. If coding is involved, my preferred environment is VS2008 and C#).
Many thanks for any help or instruction you can offer.
.
- Follow-Ups:
- RE: Membership download
- From: Charles Wang[MSFT]
- RE: Membership download
- Prev by Date: Re: SSIS & Script Transformation (debug vs normal)
- Next by Date: RE: How to handle DTS package when upgrade from sql server 2000 to
- Previous by thread: Error msg and lack of password save on FTP task in SSIS
- Next by thread: RE: Membership download
- Index(es):
Relevant Pages
|