WITH (INDEX(NCI_ParentActivityID)) WHERE ParentActivityID = @ContinuationToken -- Check whether current instance we are about to merge into main trace is complete DECLARE @IsComplete BIT SELECT @IsComplete = IsComplete FROM
Windows group for accounts with access to the Isolated BizTalk hosts (hosts processes not running on BizTalk Server, such ...
Windows SharePoint Services adapter has failed to receive SharePoint file {1}. BizTalk promoted properties cannot be longer ...
Windows SharePoint Services Adapter Web Service enables BizTalk and SharePoint integration for this Windows SharePoint Services ...
Windows SharePoint Services adapter will not receive file {1} because {2} BizTalk promoted property would be longer than ...
WITH (INDEX(NCI_ParentActivityID)) WHERE ParentActivityID = @ContinuationToken - Check whether current instance we are about ...
WITH (ROWLOCK, REPEATABLEREAD) WHERE ActivityID = @ActivityID END - Main trace is or has been marked as completed, - check ...
WITH (ROWLOCK, REPEATABLEREAD) WHERE ActivityID = @rootTrace END - If current trace has continuations, set their parents ...
WITH (ROWLOCK, REPEATABLEREAD) WHERE ActivityID = @RowID END IF (@IsStartNew = 1) BEGIN SET @IsVisible = 1 END IF (@RowID ...
WITH NOCHECK ADD PRIMARY KEY CLUSTERED ( ActivityID ) ON PRIMARY GO - Recreate completed instance view and all relationship ...