Sample code to add new tools to Visual Studio. This specifically relates to the BizTalk Deployment Framework utilities by Scott Colestock (available on CodePlex).
But the same concept could be used to add other tools into Visual Studio menus.
Month: February 2009
SQL XQuery/Xpath to values in an xmlcolumn.value
Learn how to apply the XQuery.value clause to pull selected XML field values from an XML Column.
ESB Links
Various Links to articles about ESB
How to delete SQL agent jobs (only if they exist)
Code to deteremine if SQL Agent job exist, then delete it if it does.
Strange SQL Error with sp_add_job
“Cannot add, update, or delete a job (or its steps or schedules) that originated from an MSX server.” +”originating_server_id”
OSLO links
Selected links about OSLO.
Screencast: Microsoft BizTalk Server 2006
A good 27 minute overview of BizTalk Server 2006.
BizTalk and VMWare
Experiences with using BizTalk on the VMWare Lab Manager.
Schema Reuse
How do you include (import) one schema into another? By doing so, you can use one schema in many other schemas.
Complex XPath
A sample of complex XPath with BizTalk schema/data. For example, select one value, where it’s sibling = value2.