|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, March 12, 2009 9:06 AM
Points: 171,
Visits: 6
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:00 PM
Points: 162,
Visits: 63
|
|
The pictures that are showing are for a Transform Data Task, not Copy DB Objects... Some of the picts aren't loading either. May want to clean that up before the morning.
Enjoy!
A Brown
Manage all of your backups in one simple job using this script.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, May 01, 2013 8:33 AM
Points: 42,
Visits: 110
|
|
I got totally confused because the pictures didn't match the text but I'm new enough to DTS I thought the explanation was too confusing not that the pics didn't apply. Glad I posted, hope to see this article with the right pictures. Always nice to avoid pitfalls Marie
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, March 02, 2005 10:59 AM
Points: 106,
Visits: 1
|
|
| May have lots of great information, however the viewing of the article was not checked before release, it seems. PLEASE, PLEASE Try again.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 10:56 AM
Points: 108,
Visits: 467
|
|
I just used the Copy SQL Objects Task this morning and it worked fine except I didn't have the logins set up on the new server. Duh! It copied tables, views, sp's and roles. Fill factors for indexes were there too! The task I used doesn't look anything like the picture I saw in your article. Terrie
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:00 PM
Points: 162,
Visits: 63
|
|
Terrie, be careful when copying views in this manner. If you are copying a view from one database to another, and the tables (and data) already exist in the destination, then copying the view with data will replace the data in the tables in your destination with the data from your source. If you specify to not copy the data, then the rows in the tables in your destination that the view will reference will be deleted. Confusing? yes. Instead, execute the script generated in the properties of the view (from your source) on the destination.
Enjoy!
A Brown
Manage all of your backups in one simple job using this script.
|
|
|
|