我尝试更新 的值cost threshold for parallelism,但由于我的数据库是 Azure SQL 数据库,我无法运行以下命令:
cost threshold for parallelism
EXEC sp_configure 'cost threshold for parallelism', 40 ; GO RECONFIGURE
由于错误“无法找到存储过程‘sp_configure’。 ”
是否可以在 Azure SQL 数据库中更新此设置?
sql-server azure-sql-database azure-sql-server
azure-sql-database ×1
azure-sql-server ×1
sql-server ×1