>> How to create a CLR DLL for Sql Server 2005? Is it just any .net class
>> library that you can load into Sql Server 2005 or is there some special
[quoted text clipped - 5 lines]
> --
> Tom Shelton
File/New Project/Visual Basic/Database. Then when you add you will see the
list of CLR DLL that you can add (ie Aggregate/Stored Procedure etc)
Hope this helps
LS
Tom Shelton - 23 Oct 2007 23:49 GMT
> >> How to create a CLR DLL for Sql Server 2005? Is it just any .net class
> >> library that you can load into Sql Server 2005 or is there some special
[quoted text clipped - 11 lines]
> Hope this helps
> LS
Sure. I know how to create one. I guess I should have added that,
but I guess I thought the OP was asking if you HAD to use the project
template.... And the answer is no, it is essentially a library. I
see now that he was probably asking how to create one :)
--
Tom Shelton