• subscribe


Fernando G. Guerrero

Fernando G. Guerrero is a SQL Server lecturer and developer and a principal technologist for QA, UK. He is an MCDBA, an MCSD, an MCSE+Internet, and a SQL Server MVP and MCT. He is coauthor of Microsoft SQL Server 2000 Programming by Example (Que).
Email: fernando.guerrero@qatraining.com

My Latest Content
My Latest Comments



Author Articles

UDFs Provide a New IDENTITY

By Fernando G. Guerrero, 02/22/2001

Use UDFs in SQL Server 2000 to create new IDENTITY functionality.

Using Fake Temporary Tables

By Fernando G. Guerrero, 01/24/2001

You can use data sets inside triggers and in stored procedure calls by creating permanent tables that emulate temporary tables.

Fake Temporary Tables and SQL Server 2000

By Fernando G. Guerrero, 01/24/2001

SQL Server introduces several new features that might have implications for whether and how you use fake temporary tables with this new release.

A/C Circuits and T-SQL

By Fernando G. Guerrero, 11/10/2000

Here's a practical application of using a user-defined function (UDF) to manipulate complex numbers.