Other News

Community

Managing Result Set Paging

You often need to display a result set one page at a time while maintaining ease-of-navigation between those pages, particularly when you’re working with a Web site. Although it is possible to page through result sets using the ADO Recordset object, that solution is not scalable.To solve the

Community

Manipulate Schema Information

by Dino Esposito – ADO.NET doesn’t provide classes for schema manipulation, although Microsoft plans to build an all-encompassing .NET object model for the data source’s Data Definition Language (DDL). In this column, I’ll examine the three options you have today to manipulate a table’s schema progr

Community

Using Metadata

The simplest definition I can find for metadata is simply "data about data". SQL Server has a number of different functions that you can use to query your database structure. This articles discusses the Information Schema views and functions such as ObjectProperty and ColumnProperty.

Community

Defining Web Services

The label “web services” is incredibly generic. Like any promising and loosely defined technology trend, the concepts it describes will be subject to a great deal of speculation and bandwagoneering in the months to come. With the aim of providing a reference benchmark—and of separating posturing fro

Community

An XML Hero Reconsiders?

by Kendall Grant Clark – In a recent weblog entry, one which has been picked up by Slashdot, Bray asks whether XML has become too hard for programmers. Faced with writing code “to process arbitrary incoming XML”, Bray confesses that the experience was “irritating, time-consuming, and error-prone” —

Community

Eyes Slammed Open

The havoc wreaked by the SQL Slammer, or Sapphire, worm starkly illustrated the vulnerability of Internet-accessible database servers. Fortunately, the worm didn’t compromise any stored data. However, it exploited a flaw in Microsoft’s SQL Server to propagate itself and consequently (according to pu