SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing ins
Other News
Microsoft XML Parser Technology Preview Release
The May 2000 Microsoft XML Parser Technology Preview is an update to the March 2000 technology preview. This latest release of MSXML provides improved XSLT/XPath standard compliance, Simple API for XML support, and a number of bug fixes
XML Documents and Stored Procedures on SQL Server
This article shows how to build XML documents from existing data on Microsoft SQL Server using stored procedures. By combining two common techniques, I'll show you how to better divide the database services tier and the business logic tier, and what gains can be achieved with such an approach. F
TEST
TEST… This content is for Pro, Pro Member, Pro Member Annual – Fall Sale, Pro Member Monthly – Fall Sale, Standard, Standard Member, Standard Member Annual – Fall Sale, and Standard Member Monthly – Fall Sale members only.Log In Register...
SSIS Package Error
SSIS Package Error "A rowset based on the SQL command was not returned by the OLE DB provider.” while using Stored Procedure as Source. Scenario: Lately I’ve come up with a unique requirement in which data movement is required from SQL Server source and multiple nested conditions left me with no other condition but to use Stored Procedure as source…....
Oracle plans upgrade of treasury software
(Marc L. Songini) Oracle Corp. this week plans to announce enhancements to its treasury management applications that are designed to give end users faster access to financial data plus beefed-up regulatory compliance tools.
SQL Server 2014 In Memory Tables
SQL Server 2014 In Memory Tables For the first time in six years I am excited about the next release of SQL Server. The core engine of SQL Server has had little improvement since SQL Server 2008 for doing OLTP. There have been some TSQL enhancements, and performance tuning; but, most of the energy seems to have been around the […]
In Memory Tables
SQL Server 2014 In Memory Tables For the first time in six years I am excited about the next release of SQL Server. The core engine of SQL Server has had little improvement since SQL Server 2008 for doing OLTP. There have been some TSQL enhancements, and performance tuning; but, most of the energy seems to have been around the […]
In Memory Tables
SQL Server 2014 In Memory Tables For the first time in six years I am excited about the next release of SQL Server. The core engine of SQL Server has had little improvement since SQL Server 2008 for doing OLTP. There have been some TSQL enhancements, and performance tuning; but, most of the energy seems to have been around the […]
Dependency Injection
Dependency Injection Dependency Injection is a design pattern with the result of decoupling dependent application processes with hard coded implementations. We talk about it a lot with the ability to change from using one implementation of something with another. For example, substituting one database engine with another one, or even different versions or vendors of storage technologies. Instead of coding […]