12 2006 档案
摘要:KILL { session ID | UOW } [ WITH STATUSONLY ]
阅读全文
摘要:The problem is that the activation execution context is trusted only in the database, not in the whole server, like other stored procedures or DB. So when the activated SP calls another SP located in the other DB, the above exception will occur.
阅读全文
摘要:A poison message is a message containing information that an application cannot successfully process. A poison message is not a corrupt message, and may not be an invalid request.
阅读全文
摘要:the author suggests another pattern for SSB message conversation. The solution is let the target end the conversation first. The initiator can simply send the message to the target and then continue. The target will receive the message, end the conversation from the target side and this will send an EndDialog message back to the initiator.
阅读全文
摘要:There are some tips which are helpful for SSB beginners to debug and resolve some general issues.
阅读全文
摘要:OPENXML provides a rowset view over an XML document.
OPENXML SYNTAX:
OPENXML( idoc int [ in] , rowpattern nvarchar [ in ] , [ flags byte [ in ] ] )
[ WITH ( SchemaDeclaration | TableName ) ]
阅读全文
摘要:CREATE QUEUE [dbo].[Queue_OutStock_Out] WITH STATUS = ON , RETENTION = OFF ,
ACTIVATION
( STATUS = ON ,
PROCEDURE_NAME = [dbo].[usp_OutStock_OnReceiveMessage] ,
MAX_QUEUE_READERS = 5 , EXECUTE AS N'dbo'
)
阅读全文
摘要:SSB target queue can not get a message, when the sender sends a message without any error.
阅读全文
摘要:RSS stands for "Really Simple Syndication", is a standardized, XML-formatted means for syndication Web site content.
Understand that RSS is intended to provide information about a Web site's latest content. For example, Yahoo! News provides RSS feeds of the latest news headlines, and TigerDirect.com provides RSS feeds of the feature items on the shopping site. Notice that RSS provides a synopsis for the recent articles or news items. It does not provide the complete content for all of
阅读全文
摘要:URL mapping – ASP.NET 2.0 New feature
阅读全文
摘要:SSB Exception - Sql Server 2005
阅读全文
摘要:Using a SQL Adapter in BizTalk Server 2004
阅读全文
摘要:Distinguished Fields vs. Promoted Properties in Biztalk
阅读全文
摘要:Visual studio 2005 SP1 & TFS SP1 released!
阅读全文
摘要:Database Engine Tuning Adviser: How to tune your new SQL Server 2005 This article shows you how to tune your new SQL Server 2005 by using Database Engine Tuning Advisor. SOURCE URL:http://searchsqlse...
阅读全文
摘要:TFS - Change TFS server's service account
阅读全文
摘要:BIZTALK: Cannot perform encryption or decryption because the secret is not available from the master secret server
阅读全文
摘要:Microsoft SQL Server 2005 Setup FAILED! TITLE: Microsoft SQL Server 2005 Setup------------------------------There was an unexpected failure during the setup wizard. You may review the setup logs and/o...
阅读全文