登录 注册
当前位置:主页 > 资源下载 > 28 > 将“default”设置为参数的值-内部资料:Sybase 12.5培训材料

将“default”设置为参数的值-内部资料:Sybase 12.5培训材料

  • 更新:2024-07-08 19:10:38
  • 大小:706KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Sybase - 数据库
  • 格式:PPT

资源介绍

将参数的值设为“default” sp_configure 可以指定参数的缺省值。 Syntax: sp_configure "parameter_name", 0, "default" Example: sp_configure "number of remote connections", 0, "default" - Configuration option changed. Since the option is static, Adaptive Server must be rebooted in order for the change to take effect.