Anyone utilizing CLR in SSMS?
N2IT
Inactive Imported Users Posts: 7,483 ■■■■■■■■■■
I've been exploring deep diving into this realm a little more. It's been out for a while for SSMS, I believe 2005. It looks powerful and offers more capability for SQL Server.
Anyone use CLR day in and day out?
Anyone use CLR day in and day out?
Comments
-
EagerDinosaur Member Posts: 114I'm not using it every day. A project I worked on was planning to use it to perform joins between data coming from a web-service, and data coming from SQL Server tables, via table-valued functions, to drive a very large old VB6 application that we couldn't modify much. It worked pretty well during development. Then the project got terminated for unrelated reasons.