Podczas mojej nowej instalacji ASP.Net i SQL Server pojawia się następujący błąd:
Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option
Próbowałem to naprawić, uruchamiając to:
use dasolPSDev;
sp_configure 'clr enabled', 1
go
RECONFIGURE
go
sp_configure 'clr enabled'
go
Ale wtedy otrzymuję:
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near 'sp_config