Question
Can we turn off the SQL Server CLR feature in the Flexicapture DB?
Answer
CLR integration allows us to use user assemblies when coding a database solution in SQL Server. It was meant to be both an improvement and a future replacement to extended stored procedures, which are a special kind of stored procedure written using C language and compiled in machine code as a dll library.
FlexiCapture doesn't use the SQL Server CLR feature in its database. Thus, it should be safe to turn it off.
Comments
0 comments
Please sign in to leave a comment.