dbTalk Databases Forums  

Data Driven Query Task problem

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


Discuss Data Driven Query Task problem in the microsoft.public.sqlserver.dts forum.



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

Default Data Driven Query Task problem - 10-02-2005 , 03:32 PM






I am using sql query as the source of a Data Driven Query Task. I want to
generate this query in an activex script task and set. but i couldn't find
this property of the object.

thanks




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

Default Re: Data Driven Query Task problem - 10-03-2005 , 05:28 PM






isn't there reference for DTS task objects. i can't find in msdn..does ms
think that we are some kind of astrologer?


"Yener" <someone (AT) com (DOT) com> wrote

Quote:
I am using sql query as the source of a Data Driven Query Task. I want to
generate this query in an activex script task and set. but i couldn't find
this property of the object.

thanks






Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Data Driven Query Task problem - 10-03-2005 , 05:35 PM



You can find it on a Google search but by far the easiest method is to
look in Books Online that comes with SQL Server

Allan

"Yener" <someone (AT) com (DOT) com> wrote


Quote:
isn't there reference for DTS task objects. i can't find in msdn..does
ms
think that we are some kind of astrologer?


"Yener" <someone (AT) com (DOT) com> wrote in message
news:%23ovnnB5xFHA.3588 (AT) tk2msftngp13 (DOT) phx.gbl...

I am using sql query as the source of a Data Driven Query Task. I want
to
generate this query in an activex script task and set. but i couldn't
find
this property of the object.

thanks





Reply With Quote
  #4  
Old   
Yener
 
Posts: n/a

Default Re: Data Driven Query Task problem - 10-03-2005 , 06:14 PM



Allan, yes i did google search , i looked the BOL also. But i was only able
to find Darren Green's following article.
http://www.databasejournal.com/featu...le.php/1461501
In this article , he tells the properties of a Custom Task of Execute SQL
Task,
as an example. i need the same for Data Driven Query Task. Source of this
task is an sql query. i want to form this query with activex script and
then set it as the source. but no way! i cant find the properties of
DTSDataDrivenQueryTask.
i am thinking some other solutions now. maybe i can fill a temp table with
an execute sql task ( the article above explains how to set SqlDescription
of An Execute SQL Task) , then set this temp_table as the source of Data
Driven Query Task.






"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
You can find it on a Google search but by far the easiest method is to
look in Books Online that comes with SQL Server

Allan

"Yener" <someone (AT) com (DOT) com> wrote in message
news:uzy$umGyFHA.624 (AT) TK2MSFTNGP11 (DOT) phx.gbl:

isn't there reference for DTS task objects. i can't find in msdn..does
ms
think that we are some kind of astrologer?


"Yener" <someone (AT) com (DOT) com> wrote in message
news:%23ovnnB5xFHA.3588 (AT) tk2msftngp13 (DOT) phx.gbl...

I am using sql query as the source of a Data Driven Query Task. I want
to
generate this query in an activex script task and set. but i couldn't
find
this property of the object.

thanks







Reply With Quote
  #5  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Data Driven Query Task problem - 10-04-2005 , 12:38 AM



Are you not looking for the SourceSQLStatement if the task? (Custom) ?


"Yener" <someone (AT) com (DOT) com> wrote


Quote:
Allan, yes i did google search , i looked the BOL also. But i was only
able
to find Darren Green's following article.
http://www.databasejournal.com/featu...le.php/1461501
In this article , he tells the properties of a Custom Task of Execute
SQL
Task,
as an example. i need the same for Data Driven Query Task. Source of
this
task is an sql query. i want to form this query with activex script and
then set it as the source. but no way! i cant find the properties of
DTSDataDrivenQueryTask.
i am thinking some other solutions now. maybe i can fill a temp table
with
an execute sql task ( the article above explains how to set
SqlDescription
of An Execute SQL Task) , then set this temp_table as the source of
Data
Driven Query Task.






"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:O3uhGrGyFHA.3000 (AT) TK2MSFTNGP12 (DOT) phx.gbl...

You can find it on a Google search but by far the easiest method is to
look in Books Online that comes with SQL Server

Allan

"Yener" <someone (AT) com (DOT) com> wrote in message
news:uzy$umGyFHA.624 (AT) TK2MSFTNGP11 (DOT) phx.gbl:


isn't there reference for DTS task objects. i can't find in
msdn..does
ms
think that we are some kind of astrologer?


"Yener" <someone (AT) com (DOT) com> wrote in message
news:%23ovnnB5xFHA.3588 (AT) tk2msftngp13 (DOT) phx.gbl...


I am using sql query as the source of a Data Driven Query Task. I
want

to

generate this query in an activex script task and set. but i
couldn't

find

this property of the object.

thanks







Reply With Quote
  #6  
Old   
Darren Green
 
Posts: n/a

Default Re: Data Driven Query Task problem - 10-04-2005 , 07:07 AM



The DDQ task is documented in BOL-

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%2 0Server\80\Tools\Books\dtsprog.chm::/dtsptasks_26d0.htm

This article shows all the basics, just reference your DDQ task by name
instead.

Global Variables and SQL statements in DTS
(http://www.sqldts.com/default.aspx?205)


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com


"Yener" <someone (AT) com (DOT) com> wrote

Quote:
Allan, yes i did google search , i looked the BOL also. But i was only
able to find Darren Green's following article.
http://www.databasejournal.com/featu...le.php/1461501
In this article , he tells the properties of a Custom Task of Execute SQL
Task,
as an example. i need the same for Data Driven Query Task. Source of this
task is an sql query. i want to form this query with activex script and
then set it as the source. but no way! i cant find the properties of
DTSDataDrivenQueryTask.
i am thinking some other solutions now. maybe i can fill a temp table with
an execute sql task ( the article above explains how to set SqlDescription
of An Execute SQL Task) , then set this temp_table as the source of Data
Driven Query Task.






"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:O3uhGrGyFHA.3000 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
You can find it on a Google search but by far the easiest method is to
look in Books Online that comes with SQL Server

Allan

"Yener" <someone (AT) com (DOT) com> wrote in message
news:uzy$umGyFHA.624 (AT) TK2MSFTNGP11 (DOT) phx.gbl:

isn't there reference for DTS task objects. i can't find in msdn..does
ms
think that we are some kind of astrologer?


"Yener" <someone (AT) com (DOT) com> wrote in message
news:%23ovnnB5xFHA.3588 (AT) tk2msftngp13 (DOT) phx.gbl...

I am using sql query as the source of a Data Driven Query Task. I want
to
generate this query in an activex script task and set. but i couldn't
find
this property of the object.

thanks









Reply With Quote
  #7  
Old   
Yener
 
Posts: n/a

Default Re: Data Driven Query Task problem - 10-05-2005 , 04:02 PM



yes, that is it!
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Are you not looking for the SourceSQLStatement if the task? (Custom) ?


"Yener" <someone (AT) com (DOT) com> wrote in message
news:Owf$jAHyFHA.2064 (AT) TK2MSFTNGP09 (DOT) phx.gbl:

Allan, yes i did google search , i looked the BOL also. But i was only
able
to find Darren Green's following article.
http://www.databasejournal.com/featu...le.php/1461501
In this article , he tells the properties of a Custom Task of Execute
SQL
Task,
as an example. i need the same for Data Driven Query Task. Source of
this
task is an sql query. i want to form this query with activex script and
then set it as the source. but no way! i cant find the properties of
DTSDataDrivenQueryTask.
i am thinking some other solutions now. maybe i can fill a temp table
with
an execute sql task ( the article above explains how to set
SqlDescription
of An Execute SQL Task) , then set this temp_table as the source of
Data
Driven Query Task.






"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:O3uhGrGyFHA.3000 (AT) TK2MSFTNGP12 (DOT) phx.gbl...

You can find it on a Google search but by far the easiest method is to
look in Books Online that comes with SQL Server

Allan

"Yener" <someone (AT) com (DOT) com> wrote in message
news:uzy$umGyFHA.624 (AT) TK2MSFTNGP11 (DOT) phx.gbl:


isn't there reference for DTS task objects. i can't find in
msdn..does
ms
think that we are some kind of astrologer?


"Yener" <someone (AT) com (DOT) com> wrote in message
news:%23ovnnB5xFHA.3588 (AT) tk2msftngp13 (DOT) phx.gbl...


I am using sql query as the source of a Data Driven Query Task. I
want

to

generate this query in an activex script task and set. but i
couldn't

find

this property of the object.

thanks









Reply With Quote
  #8  
Old   
Yener
 
Posts: n/a

Default Re: Data Driven Query Task problem - 10-05-2005 , 04:02 PM



thanks Darren, that is what i was looking for!
"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote

Quote:
The DDQ task is documented in BOL-

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%2 0Server\80\Tools\Books\dtsprog.chm::/dtsptasks_26d0.htm

This article shows all the basics, just reference your DDQ task by name
instead.

Global Variables and SQL statements in DTS
(http://www.sqldts.com/default.aspx?205)


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com


"Yener" <someone (AT) com (DOT) com> wrote in message
news:Owf$jAHyFHA.2064 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Allan, yes i did google search , i looked the BOL also. But i was only
able to find Darren Green's following article.
http://www.databasejournal.com/featu...le.php/1461501
In this article , he tells the properties of a Custom Task of Execute SQL
Task,
as an example. i need the same for Data Driven Query Task. Source of
this task is an sql query. i want to form this query with activex script
and then set it as the source. but no way! i cant find the properties
of DTSDataDrivenQueryTask.
i am thinking some other solutions now. maybe i can fill a temp table
with an execute sql task ( the article above explains how to set
SqlDescription of An Execute SQL Task) , then set this temp_table as
the source of Data Driven Query Task.






"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:O3uhGrGyFHA.3000 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
You can find it on a Google search but by far the easiest method is to
look in Books Online that comes with SQL Server

Allan

"Yener" <someone (AT) com (DOT) com> wrote in message
news:uzy$umGyFHA.624 (AT) TK2MSFTNGP11 (DOT) phx.gbl:

isn't there reference for DTS task objects. i can't find in msdn..does
ms
think that we are some kind of astrologer?


"Yener" <someone (AT) com (DOT) com> wrote in message
news:%23ovnnB5xFHA.3588 (AT) tk2msftngp13 (DOT) phx.gbl...

I am using sql query as the source of a Data Driven Query Task. I
want
to
generate this query in an activex script task and set. but i couldn't
find
this property of the object.

thanks











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.