Hi there, If I create a user defined type in SQL, can the application still reference it, or is there an additional step at the application level required?
Hi there, If I create a user defined type in SQL, can the application still reference it, or is there an additional step at the application level required?
thank you.
For a CLR user defined type, you still need to register the assembly and create the type as well as enable clr with sp_configure. The steps are described in this documentation: CLR User-Defined Types
Sue
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply