Using SqlFileStream with C# to Access SQL Server FILESTREAM Data
FILESTREAM is a powerful feature in SQL Server that stores varbinary(max) column data (BLOBs) in the file system (where BLOBs belongs) rather than in the database’s structured file groups (where BLOBs kill performance). This feature was first introduced in SQL Server 2008, and is now being expanded with the new FileTable feature coming in SQL […]
Blog Post by: Lenni Lobel
Cloud Wars: Windows Azure vs. Amazon AWS, an IaaS perspective
During our recent Tellago Technology Update about cloud platforms , we received a number of questions related to equivalent capabilities in the Windows Azure and Amazon AWS platforms. That’s right, although Windows Azure is positioned as a Platform as…(read more)
Blog Post by: gsusx
Post build task to add .Net component to GAC
Occasionally I’ll need to write a helper .Net function to fill the gap where standard BizTalk functionality is not flexible enough. This is usually often enough that I follow a pattern of having a “.Helpers” assembly associated with every BizTalk application I develop. These Helper assemblies compile and can be referenced by other projects in […]![]()
Blog Post by: Brett
Win A Copy of BizTalk 2010 Line of Business Systems Integration
Like I have done with many of the other new BizTalk books I have two copies of the new BizTalk 2010: Line of Business Systems Integration book by Kent Weare et al. published by Packt to give away. Not to worry, I will cover all shipping costs.
To enter: Either LIKE BizTalkGurus on Facebook or FOLLOW BizTalkGurus on Twitter. I will pick one winner from each site to win a free copy of the book. If you already like or follow us you are automatically entered to win! You must enter by end of day August 26th, 2011.
Read more about this book here on Packt’s website and do not forget to download the free sample chapter here.
Buy now from Amazon.com: Microsoft BizTalk 2010: Line of Business Systems Integration . Also available for the Kindle.
Huge response to on-line AI course
I’m a new member of BizTalk Brasil Blog
I’m pleased to announce that since the beginning of this month I’m a member of BizTalk Brasil Blog. It is an excellent opportunity to share BizTalk content in my native language, Portuguese, and somehow help bringing together this two communities, Brazilian and Portuguese. I would like to thank all the members of the BizTalk Brasil […]![]()
Blog Post by: Sandro Pereira
BizTalk Server 2009 Deployment issue with multiple users on same server
If you are more than one developer on the same BizTalk Server 2009 you might have noticed that there can be some deployment issues where you looses configuration that you or some other in your team already have done. Over time I have experienced the following issues from time to time:
- One of the parties that I had enlisted on a rolelink where missing
- The pipeline on a receive location where changed from XMLReceive to PassThrough
- I couldn’t deploy an assembly before I deleted a receive port. I got an error telling me that the transport type wasn’t set on a receive location. But when I checked the configuration the transport type where set correctly.
Quick Tip: BizTalk Schema Identity
BizTalk uses a combination of namespace#rootnode to define the schema type of a message, thereby making a MessageType unique (for example: http://mynamespace.com#MyRootNode). In other words, BizTalk uses this combination to identify and resolve schemas references. Then changing the filename of a schema does not make a new BizTalk schema!! You could modify the schema namespace […]![]()
Blog Post by: Sandro Pereira
How I Avoid Writer’s Block
I was reading Buck Woody’s great How I Prepare for Presentations blog post and it reminded me of a question that I often get from people. Whenever I release a book, article, Pluralsight training class or do a presentation, I’m asked “how do you write so much?” Maybe the underlying question is really “Why do […]![]()
Blog Post by: Richard Seroter