Other News

Community

The OLE DB Command Transformation

(Allan Mitchell) In the newsgroups we have been asked on a number of occasions how to execute a stored procedure once for every row of input data. There’s currently no really good way of doing this but in SQL Server 2005 DTS that is about to change. This article is going to show you how to take valu

Community

Preventing SQL Injection Attack

(William Sheldon) When defining your security implementation, your primary goal is to protect your organization’s data. SQL Server, as the data store, becomes the center of your security universe. To secure your data, you’ve run the Microsoft Baseline Security Analyzer (MBSA), limited database commu

Community

Exploring E4X with Ruby

(Jack Herrington) E4X is a new standard for XML access in ECMAScript (JavaScript). Recently, I had the good fortune to meet some folks on the steering committee and to sample a demo. The idea is simple — XML access using SAX or DOM is too difficult, so make it easier.