|
If you are using Visual Studio Professional, project templates for SQLCLR are included as a part of the installation. However, if you are using an Express Edition, this may not be the case. A few years back, Niels Berglund created a free downloadable template set for Visual studio that makes creating new CLR objects easier. It is still available and free for download from:
http://sqlblogcasts.com/blogs/nielsb/archive/2005/06/21/SQlClrProject-_2D00_-Visual-Studio-Project-Type-for-SQL-Server-2005.aspx
Another tool the Niels wrote may also be of interest to you if you are not using Visual Studio Professional for developing SQLCLR projects, called SQLCLRProject. This is an addin to Visual Studio that can be used to deploy your assembly and create the TSQL object wrappers from Visual Studio directly.
http://nielsb.wordpress.com/sqlclrproject/sqlclrdl/
This functionality has always existed in Visual Studio Professional, but not in other sku's. This addin makes deploying changes to SQL CLR assemblies a breeze in any version of Visual Studio.
|