Re: Membership download
- From: "jrl" <jrl@xxxxxxxxxxxxxxxx>
- Date: Thu, 20 Mar 2008 03:57:25 GMT
Thanks for this response. I accept that Membership Databases cannot be transferred.
It is very unfortunate.
JRL
"Charles Wang[MSFT]" <changliw@xxxxxxxxxxxxxxxxxxxx> wrote in message news:uuwcDLDiIHA.6264@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Jrl,
SSIS task does not include the property for ALTER AUTHORIZATION ON SCHEMA.
That is just one way for your manually resolving conflictions.
Backup/restore is a common way for data transfer, however it still does not
include transferring logins. Before SSIS task, we often recommend customers
referring to this KB article to perform the whole process:
How to move databases between computers that are running SQL Server
http://support.microsoft.com/?id=314546
With SSIS transfer object task, if your destination server has no logins,
user roles etc same as your source server, you can perform a straight
transfer; otherwise you need to first manually resolve the confliction or
just transfer database objects without users, logins, roles etc. If you are
familiar with .NET development, you may consider using SMO assemblies to
develop an application for transferring data between databases. This can
give you some custom functions. By this method, you can implement
confliction revolving logic in your custom functions. For example, you can
check logins on your source server and destination server, for those logins
not existed on your destination server, you can directly transfer the
logins; for those same logins, do not transfer them, but after the transfer
completes, apply the related permissions to those same logins on the new
database.
You may refer to:
Transfer Class
http://technet.microsoft.com/es-es/library/microsoft.sqlserver.management.sm
o.transfer.aspx
Regarding this issue, I think that we can make a conclusion now. Actually
there is no straight way to fully satisfy your requirements in a SSIS task;
however you can develop an .NET application by using SMO assemblies for
resolving the complex requirements.
If you have any other questions or concerns, please feel free to let me
know.
Best regards,
Charles Wang
Microsoft Online Community Support
=========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg@xxxxxxxxxxxxxx
=========================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
.
- References:
- Membership download
- From: jrl
- RE: Membership download
- From: Charles Wang[MSFT]
- Re: Membership download
- From: jrl
- Re: Membership download
- From: Charles Wang[MSFT]
- Re: Membership download
- From: jrl
- Re: Membership download
- From: Charles Wang[MSFT]
- Membership download
- Prev by Date: Re: import of CSV appears correct in excel and 2000 not in 2k5
- Next by Date: Re: import of CSV appears correct in excel and 2000 not in 2k5
- Previous by thread: Re: Membership download
- Next by thread: Excel importing a single row through DTS failure
- Index(es):
Relevant Pages
|
Loading