Monday, March 23, 2009

A CLR Stored Procedure

A talk given at the Dayton .NET developers group meeting on March 25, 2009.

The talk is a quick introduction to writing a CLR stored procedure for SQL Server using Visual Studio. This file contains the slide deck, a Visual Studio 2008 demo solution, and a Word document describing some steps to take if you want to write a CLR stored procedure. The code is in vb.NET.

If you open the solution you will have to establish a connection to some database. I recommend an empty database created in your local SQL Server Express instance.

1 comment:

Joe Wirtley said...

It's dangerous to post your slides before the meeting... it gives everyone time to prepare rebuttals :-).