I have never used these options myself but I can only see that these would
be available if you were coding everything using the DTS object model.
Seeing as they are equivalent to the SQLDMO options i would probably
leverage that.
--
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"eguru007" <eguru007 (AT) yahoo (DOT) com> wrote
Quote:
Hi Allan,
Thanks for your response. I am still not clear how should make this work.
Let me answer few points you have raised.
I have the DDL to create indexes and I can use that at the end of the
table copy using object transfer. But I would like to build index using
|
transfer object because I have a include table name list and some times
DBAs will copy only small group of tables using this list. It would be a
great deal if I need to search through my big DDL file and copy one index at
a time. There are more than 100 tables and around 180 indexes in a typical
db.
Quote:
So my question is is it possible to use DTSTransfer_ScriptOption and or
DTSTransfer_ScriptOptionEx constant to make this work with in the transfer
|
object.
Quote:
Hope I am making sense.
Thanks,
Eguru007 |