sp_configure 'xp_cmdshell',1 RECONFIGURE
sp_configure
sp_configure在设置选项并发出 RECONFIGURE(在某些情况下 RECONFIGURE WITH OVERRIDE)语句之后立即生效。
sp_configure
sp_configure若要用 sp_configure 配置高级选项,必须首先在将 show advanced options 选项设置为 1 的情况下运行 sp_configure,然后运行 RECONFIGURE:
sp_configure
sp_configuresp_configure 'show advanced options', 1
sp_configureGO
sp_configureRECONFIGURE
sp_configureGO
sp_configuresp_configure 'cursor threshold', 0
sp_configureGO
sp_configureRECONFIGURE
sp_configureGO

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2022-02-08
  • 2021-06-27
  • 2021-05-23
  • 2021-12-15
猜你喜欢
  • 2022-01-08
  • 2022-12-23
  • 2021-11-08
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案