After reinstalling the SQL Server I get the following error when I attempt to access my local DNN Installation:Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.I checked around and they talk about sp_confgure everywhere.But where do I find it and change the settings?CheersOlle...