dbTalk Databases Forums  

dts help copy database objects

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


Discuss dts help copy database objects in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
lara
 
Posts: n/a

Default dts help copy database objects - 07-29-2006 , 07:14 PM






Hi,
I need some help from you guys. As part of my new job, I need to create a
DTS Package to syncronize the production and QA Databases.The steps to
follow are
Say for example the databases contains more than 100 tables and we need to
copy the contents of few tables (say tab1, tab2, tab3.... ) then
step1. rename those tables in the QA server (tabA_ + value of getdate())
step2. copy the tables to QA
I have no idea of DTS, i can solve this using T-sql, but I need the DTS
Package. Can anyone help in this thing.
I have already visited www.sqldts.com

regards Lara



Reply With Quote
  #2  
Old   
Davide
 
Posts: n/a

Default Re: dts help copy database objects - 07-31-2006 , 03:47 AM






Hello lara,

Quote:
Hi,
I need some help from you guys. As part of my new job, I need to
create a
DTS Package to syncronize the production and QA Databases.The steps to
follow are
Say for example the databases contains more than 100 tables and we
need to
copy the contents of few tables (say tab1, tab2, tab3.... ) then
step1. rename those tables in the QA server (tabA_ + value of
getdate())
step2. copy the tables to QA
I have no idea of DTS, i can solve this using T-sql, but I need the
DTS
Package. Can anyone help in this thing.
I have already visited www.sqldts.com
regards Lara

if you can solve it with just T-SQL you could simply use one or more ExecuteSQLTask
in your DTS.
Bye




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.