01-25-06 01:32 PM
I have not done it myself (accessing MSMQ from a trigger), but T-SQL is
pretty powerful and virtually anything is possible; for example using COM or
running an external program. But it starts to get a bit messy. It might be
more trouble than its worth. Perhaps you should look further up-stream to
see what is writing the data in the first place and if that is a more
suitable place to put a hook in to BizTalk.
If you do have some success with a trigger then please let me know as I'd be
interested to see how you get on.
--
McGeeky
http://mcgeeky.blogspot.com
"Kallu" <Kallu@discussions.microsoft.com> wrote in message
news:19EC10F2-D284-4CA6-9681-C445C0DF02F1@microsoft.com...[vbcol=seagreen]
>
> Hi McGeeky,
>
> The data would be read from different tables and i thought if theres any
> other efficient way to get the messages(records)
>
> Would it be possible for the Trigger to write the messages to MSMQ?
>
>
> -Regards,
>
> "McGeeky" wrote:
>
[ Post a follow-up to this message ]
|