小编Mos*_*she的帖子

Azure SQL 数据库 - 修改并行度的成本阈值

我尝试更新 的值cost threshold for parallelism,但由于我的数据库是 Azure SQL 数据库,我无法运行以下命令:

EXEC sp_configure 'cost threshold for parallelism', 40 ;
GO
RECONFIGURE
Run Code Online (Sandbox Code Playgroud)

由于错误“无法找到存储过程‘sp_configure’。

是否可以在 Azure SQL 数据库中更新此设置?

sql-server azure-sql-database azure-sql-server

2
推荐指数
1
解决办法
933
查看次数