dbTalk Databases Forums  

DTS And Message Queue Task

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


Discuss DTS And Message Queue Task in the microsoft.public.sqlserver.dts forum.



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

Default DTS And Message Queue Task - 02-05-2004 , 03:27 AM






How do you use the Message Queue Task to Receive Message
Strings. I can do this using the Data file message but
I don't want to have to use any interim files

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

Default Re: DTS And Message Queue Task - 02-05-2004 , 03:56 AM






Can you not just select the Message Type of String Message?


Are you confused about what a string message is for-

String messages are just tokens that are used to indicate, with or without
the filter, when the task can proceed. If you want to pass data into a
package via MQ then you need to use a file message.

You could then use the Dynamic Properties Task to read the file into a
global variable, or other package/task/step property.


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

"Chris Kerrison" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
How do you use the Message Queue Task to Receive Message
Strings. I can do this using the Data file message but
I don't want to have to use any interim files



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.