(Aradhana Puri) The Oracle Database 10g DBA New Features for Oracle8i Oracle Certified Professionals (OCPs) exam (exam number: 1Z0-045) enables those certified on Oracle8i Database to upgrade their certification to Oracle Database 10g by passing only this exam.
Author: SSWUG Research
ASP.NET 2.0 (III) Architecture and Tools
(Chris Sully) In this third article we’ll take a look at the changes to the architecture of ASP.NET v2.0. In particular we’ll look at the changes to the compilation and deployment model. We’ll also take a quick look at the tool support provided by Visual Studio .NET 2005. In subsequent articles we’l
Security Enhancements in the .NET Framework 2.0
(Keith Brown) Version 2.0 of the Microsoft .NET Framework has been released. A year ago, when I first got my hands on the Beta 2 bits, I hacked together a little program to dump all of the public members of all public types in the entire Framework and ran it on version 1.1 in addition to version 2.0
Twelve Best Practices For Spring XML Configurations
(Jason Zhicheng Li) Spring is a powerful Java application framework, used in a wide range of Java applications. It provides enterprise services to Plain Old Java Objects (POJOs). Spring uses dependency injection to achieve simplification and increase testability. Spring beans, dependencies, and the
SQL Server DTS Designer
(Steven Warren) Prior to SQL Server 2000, the only way to back up or export databases from SQL Server to other databases was to use the bulk copy program. We all spent hours configuring scripts to do miraculous things using this cumbersome method. Then, when we finally mastered the art, SQL 7.0 was
Introduction to Visual Web Developer 2005 Express Edition
Visual Web Developer 2005 Express Edition is part of the Microsoft Visual Studio 2005 family, and is the best development tool for building data driven web applications with ASP.NET 2.0. As part of the Express family, Visual Web Developer provides a seamless upgrade path to Visual Studio Standard, P
Batch processing rules for SQL Server
(Baya Pavliashvili) A batch is one or multiple T-SQL statements executed by SQL Server as a single unit. Batches are separated by a GO statement, which marks the end of one batch and beginning of another. This command must appear on a separate line from all other commands. (R)
Create and Export Custom Classes as Reusable Templates in VB 2005
(Alessandro Del Sole) Visual Studio 2005 and single Express Editions implement a new great feature, which allows you to create your own project templates or item templates. These last can be added to your project when you select the "Project/Add new item" menu command.
Generate SQL queries based on DB2 Cube Views metadata
(Jason Dere) DB2 Cube Views is an add-on feature of DB2 Universal Database (DB2 UDB) that provides OLAP awareness to DB2 UDB. A data warehouse will normally be presented as a set of tables, which requires an end user to have knowledge of what tables and columns are relevant and how to join the table
Managing XML data: Tag URIs
(Elliotte Rusty Harold) Uniform Resource Identifiers (URIs) can identify things without necessarily locating them. XML namespace URIs are the most obvious such use, but many others abound. When you use URIs primarily as identifiers, it’s important to create URIs that are globally unique without impl
