Other News

Community

Log Switch Activity

by Darrin Deeter – Description: Here’s a simple script that determines when your database is seeing the largest amount of change activity. This is very useful for answering questions like, why was the system so slow yesterday about 2:30? Or trying to balance out a large amount of batch work. Credit

Community

Some tips about tempdb database

By Alexander Chigrik – When SQL Server is installed the setup program creates tempdb database. Tempdb is a system database used by SQL Server to store temporary tables and temporary stored procedures, for sorting, subqueries, and aggregates with GROUP BY, ORDER BY, for cursors and so on. Tempdb data

Community

Sagent adopts Web services

By Heather Harreld – BUSINESS INTELLIGENCE VENDOR Sagent on announced support for Web services in an effort to give its customers the ability to more easily embed BI (business intelligence) into their applications and develop collaborative BI solutions leveraging data from multiple organizations.

Community

SOAP Test Harness

By Craig Emilio Probus – My project team is currently developing a distributed .NET application using Web Services as a basis for a component model. Because of this intensive use of Web services, we needed to facilitate the testing process of our components for both component consumers and component

Community

Examining WSDL

by Rich Salz – Unlike today's Web, web services can be viewed as a set of programs interacting cross a network with no explicit human interaction involved during the transaction. In order for programs to exchange data, it's necessary to define strictly the communications protocol, the data t