dbTalk Databases Forums  

Membership download

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Membership download in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #51  
Old   
jrl
 
Posts: n/a

Default Re: Membership download - 03-19-2008 , 09:57 PM






Thanks for this response. I accept that Membership Databases cannot be
transferred.
It is very unfortunate.

JRL

"Charles Wang[MSFT]" <changliw (AT) online (DOT) microsoft.com> wrote

Quote:
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/l....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 (AT) microsoft (DOT) com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.
================================================== =======







Reply With Quote
  #52  
Old   
jrl
 
Posts: n/a

Default Re: Membership download - 03-19-2008 , 09:57 PM






Thanks for this response. I accept that Membership Databases cannot be
transferred.
It is very unfortunate.

JRL

"Charles Wang[MSFT]" <changliw (AT) online (DOT) microsoft.com> wrote

Quote:
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/l....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 (AT) microsoft (DOT) com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.
================================================== =======







Reply With Quote
  #53  
Old   
jrl
 
Posts: n/a

Default Re: Membership download - 03-19-2008 , 09:57 PM



Thanks for this response. I accept that Membership Databases cannot be
transferred.
It is very unfortunate.

JRL

"Charles Wang[MSFT]" <changliw (AT) online (DOT) microsoft.com> wrote

Quote:
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/l....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 (AT) microsoft (DOT) com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.
================================================== =======







Reply With Quote
  #54  
Old   
jrl
 
Posts: n/a

Default Re: Membership download - 03-19-2008 , 09:57 PM



Thanks for this response. I accept that Membership Databases cannot be
transferred.
It is very unfortunate.

JRL

"Charles Wang[MSFT]" <changliw (AT) online (DOT) microsoft.com> wrote

Quote:
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/l....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 (AT) microsoft (DOT) com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.
================================================== =======







Reply With Quote
  #55  
Old   
jrl
 
Posts: n/a

Default Re: Membership download - 03-19-2008 , 09:57 PM



Thanks for this response. I accept that Membership Databases cannot be
transferred.
It is very unfortunate.

JRL

"Charles Wang[MSFT]" <changliw (AT) online (DOT) microsoft.com> wrote

Quote:
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/l....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 (AT) microsoft (DOT) com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.
================================================== =======







Reply With Quote
  #56  
Old   
jrl
 
Posts: n/a

Default Re: Membership download - 03-19-2008 , 09:57 PM



Thanks for this response. I accept that Membership Databases cannot be
transferred.
It is very unfortunate.

JRL

"Charles Wang[MSFT]" <changliw (AT) online (DOT) microsoft.com> wrote

Quote:
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/l....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 (AT) microsoft (DOT) com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.
================================================== =======







Reply With Quote
  #57  
Old   
jrl
 
Posts: n/a

Default Re: Membership download - 03-19-2008 , 09:57 PM



Thanks for this response. I accept that Membership Databases cannot be
transferred.
It is very unfortunate.

JRL

"Charles Wang[MSFT]" <changliw (AT) online (DOT) microsoft.com> wrote

Quote:
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/l....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 (AT) microsoft (DOT) com.
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.
================================================== =======







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.