Clr Enabled


Clr Enabled

Ücretsiz Demo Talebi için Tıklayın!

2008 - 2012 SQL

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'clr enabled', 1;
GO
RECONFIGURE;
GO


---------------------------------------------
2017 SQL

sp_configure 'show advanced options', 1;  
GO  
RECONFIGURE;  
GO  
sp_configure 'clr enabled', 1;  
GO  
RECONFIGURE;  
GO  
sp_configure 'clr strict security', 0;  
GO  
RECONFIGURE;  
GO


Clr Enabled,