Author: SSWUG Research

Community

Transfer Ownership

(Chris Eaton) Another of the more subtle enhancements in DB2 9 is the ability to transfer the ownership of objects from one user to another. The creator of any object has control authority over that object for the life of that object. Now in DB2 9 that control privilege (or ownership) can be transfe

Community

DDL Triggers

(Jerry Dixon) A number of years ago, I worked for a company that was developing internal applications with SQL Server 2000. We didn’t have any real database administrators. I was given that responsibility, but I was really a developer, one of many in fact. The problem with this arrangement was that

Community

T-SQL HTML Parser

(Brett Kaiser) SQL Server comes with a very powerful XML Parser already OPENXML and sp_xml_preparedocument. I posted a code snipet in the comments I got from BOL so you can see how it works. While my routine operates in a different manner, it seems to have been an exercise in futility…but it was

Community

Importing XML into MS Access 2003

(Jayaram Krishnaswamy) This article is about importing an XML file into MS Access 2003. XML is the lingua franca of the Internet and is used extensively in how we communicate. There is hardly any area that is untouched by XML. It gets this power because information in most formats can be reduced to

Community

Updating Views

This tutorial teaches you –how to use Views in Queries along with Restrictions on DML operations for Views. –how to update a join View along with rules for updatable join views. –how to use DML Statements on Join Views –how to Update Views that Involve Outer Joins