When you want to change configuration settings for your SQL Server you would either do it via Management studio (under server properties) or via TSQL calling on sp_configure. For example, I usually change the cost threshold for parallelism from the … Continue reading ![]()
