Today I compiled a Microsoft ASP.Net code sample downloaded from a programming website. This error message was displayed:
“Generating user instances in SQL Server is disabled. Use sp_configure ‘user instances enabled’ to generate user instances.”
Being a Microsoft SQLServer novice, I wasn’t sure of the solution.
I executed the command “sp_configure ‘user instances enabled’” but nothing changed. Still [...]
