Is .NET feature loaded by default in SQL Server?

No it will not be loaded, CLR is lazy loaded that means it's only loaded when needed. It goes one step ahead where the database administrator has to turn the feature on using "sp_configure".

0 comments:

Post a Comment

Blogger news