Database Design, "Build SQL CLR Objects With .NET" by Doug Thews [Visual Studio Magazine December 2004]

************************************************************************
Readme.txt File for the VSM122004.sln project
************************************************************************

1. Unzip the file into C:\Development Area\VSM122004 folder on your local machine.

2. The project will build and compile with the .NET
Framework 2.0 and VS.NET 2005 Beta 1. Click Help | Online Help for operating instructions.  Open the
solution in the VS.NET 2005 Beta 1 IDE and compile.

3. Create the test table required in the AdventureWorks database by running
the CreateTable.sql database script inside SQL Server 2005 (under the AdventureWorks
database) found in the Deployment project.

4. After compiling. run the CreateCLRObject.sql database script inside SQL Server
2005 (under the AdventureWorks database) found in the Deployment project.

Enjoy,

DAT

DougThews@ddconsult.com