08-17-04 10:50 PM
Hi,
Can you get any more info on what may be causing it. Check the amount of
RAM used, the % disk access, and the % proc times for the different processe
s.
Things will be slow if Windows as caching RAM to the HD at the same time
as BizTalk, and your orchestration write to the database.
For a faster solution you could try creating a .net class to split the
message and
perform the inserts. Going through the SQL adapter means the messages pass
through the message box database (righ?), so there will be an overhead there
.
Cheers,
Alan
"Samar Roy" wrote:
> I have an orchestration that loops through multiple CUSTOMER nodes in XML
> extracting one customer information inserting into a SQL Table on every lo
op.
> For testing purpose, I am currently inserting NULLS in all fields exept on
e
> that has 5 characters. So it is not a big page insert. The table has no
> constraints but the insert is going at about 1 transaction per second. I a
m
> running Biztalk and SQL Server on one machine for testing purposes.
> Has someone faced this issue?
[ Post a follow-up to this message ]
|